Add language switch at bottom of page

This commit is contained in:
Alex Shpak
2019-11-10 00:23:06 +01:00
parent 9cd378a2d2
commit 05c3b8fac9
21 changed files with 110 additions and 52 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
{{ end }}
{{ else }}
<ul>
{{ range where $sections "Params.bookhidden" "!=" true }}
{{ range where $sections "Params.bookHidden" "!=" true }}
{{ template "book-section" (dict "Section" . "CurrentPage" $) }}
{{ end }}
</ul>