mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
01.53.2020 42aa983fe4dc4782893088b1c7d9ec6882cc8a67
layouts/partials/navbar.html
@@ -5,8 +5,14 @@
        {{ $active := eq $url .URL }}
        <li><a {{if $active }}class="current"{{end}} href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a></li>
        {{ end }}
        {{ if .Site.IsMultiLingual }}
            {{ range $.Site.Home.AllTranslations }}
            <li><a href="{{ .Permalink }}" title="{{ .Language.LanguageName }}">{{ .Language.LanguageName }}</a></li>
            {{ end }}
            </ul>
        {{ end }}
    </ul>
    <div class="themeswitcher">
    <div class="themeswitcher">
        <a class="theme-switch" title="Switch Theme">
            <i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
        </a>