We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f06f04 commit 7a4e771Copy full SHA for 7a4e771
.github/workflows/deploy_site.yml
docs/site/homepage/config.toml
@@ -3,7 +3,7 @@ baseURL = "https://opencolorio.org/"
3
title = "OpenColorIO"
4
theme = "site"
5
# post pagination
6
-pagination.pagerSize = "6"
+paginate = "6"
7
# post excerpt
8
summaryLength = "15"
9
# disqus short name
docs/site/layouts/partials/navigation.html
@@ -36,7 +36,7 @@
36
37
</ul>
38
<!-- Language List -->
39
- {{- if hugo.IsMultilingual }}
+ {{- if site.IsMultiLingual }}
40
<select id="select-language" onchange="location = this.value;">
41
{{ $siteLanguages := site.Languages}}
42
{{ $pageLang := .Page.Lang}}
0 commit comments