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

Alexander Bilz
05.21.2021 de3f78c9c41e999d9072ae6ed93d3e49127d2aeb
layouts/partials/navbar.html
@@ -23,10 +23,12 @@
                </li>
            {{ end }}
        {{ end }}
        <li class="theme-switch-item">
            <a class="theme-switch" title="Switch Theme">
                <i class="fas fa-adjust fa-fw" aria-hidden="true"></i>
            </a>
        </li>
        {{ if not .Site.Params.disableThemeSwitcher }}
            <li class="theme-switch-item">
                <a class="theme-switch" title="Switch Theme">
                    <i class="fas fa-adjust fa-fw" aria-hidden="true"></i>
                </a>
            </li>
        {{ end }}
    </ul>
</div>