summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/layouts/partials/float.html
blob: 623047d64147a85e380a8bcc699b4dcef3d71485 (plain)
1
2
3
4
5
6
7
{{ if not .Site.Params.hideColorSchemeToggle }}
<div class="float-container">
    <a id="dark-mode-toggle" class="colorscheme-toggle">
        <i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
    </a>
</div>
{{ end }}