summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/layouts/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-coder/layouts/partials/header.html')
-rw-r--r--themes/hugo-coder/layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/hugo-coder/layouts/partials/header.html b/themes/hugo-coder/layouts/partials/header.html
index 4b7924e..ea93562 100644
--- a/themes/hugo-coder/layouts/partials/header.html
+++ b/themes/hugo-coder/layouts/partials/header.html
@@ -3,7 +3,7 @@
3 <a class="navigation-title" href="{{ .Site.BaseURL | relLangURL }}"> 3 <a class="navigation-title" href="{{ .Site.BaseURL | relLangURL }}">
4 {{ .Site.Title }} 4 {{ .Site.Title }}
5 </a> 5 </a>
6 {{ if or .Site.Menus.main .Site.IsMultiLingual }} 6 {{ if or .Site.Menus.main hugo.IsMultilingual }}
7 <input type="checkbox" id="menu-toggle" /> 7 <input type="checkbox" id="menu-toggle" />
8 <label class="menu-button float-right" for="menu-toggle"> 8 <label class="menu-button float-right" for="menu-toggle">
9 <i class="fa fa-bars fa-fw" aria-hidden="true"></i> 9 <i class="fa fa-bars fa-fw" aria-hidden="true"></i>
@@ -16,7 +16,7 @@
16 </li> 16 </li>
17 {{ end }} 17 {{ end }}
18 {{ end }} 18 {{ end }}
19 {{ if .Site.IsMultiLingual }} 19 {{ if hugo.IsMultilingual }}
20 {{ $node := . }} 20 {{ $node := . }}
21 {{ .Scratch.Set "separator" true }} 21 {{ .Scratch.Set "separator" true }}
22 {{ range (default .Site.Home.AllTranslations .Translations) }} 22 {{ range (default .Site.Home.AllTranslations .Translations) }}