|
@@ -4,9 +4,11 @@
|
|
|
{{ .Site.Title }}
|
|
{{ .Site.Title }}
|
|
|
</a>
|
|
</a>
|
|
|
{{ if or .Site.Menus.main .Site.IsMultiLingual }}
|
|
{{ if or .Site.Menus.main .Site.IsMultiLingual }}
|
|
|
- <span id="dark-mode-toggle" class="float-right">
|
|
|
|
|
- <i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
|
|
|
|
|
- </span>
|
|
|
|
|
|
|
+ {{ if not .Site.Params.hidecolorschemetoggle }}
|
|
|
|
|
+ <span id="dark-mode-toggle" class="float-right">
|
|
|
|
|
+ <i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
|
|
|
|
|
+ </span>
|
|
|
|
|
+ {{ end }}
|
|
|
<input type="checkbox" id="menu-toggle" />
|
|
<input type="checkbox" id="menu-toggle" />
|
|
|
<label class="menu-button float-right" for="menu-toggle">
|
|
<label class="menu-button float-right" for="menu-toggle">
|
|
|
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
|
|
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
|
|
@@ -36,9 +38,11 @@
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
- <li class="navigation-item separator">
|
|
|
|
|
- <span>|</span>
|
|
|
|
|
- </li>
|
|
|
|
|
|
|
+ {{ if not .Site.Params.hidecolorschemetoggle }}
|
|
|
|
|
+ <li class="navigation-item separator">
|
|
|
|
|
+ <span>|</span>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ {{ end }}
|
|
|
</ul>
|
|
</ul>
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
</section>
|
|
</section>
|