mirror of https://github.com/luizdepra/hugo-coder.git

Luiz F. A. de Prá
22.56.2021 ba25ee88f45ae703a0bcfcc235d7ece82695f70f
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 }}