themes/hugo-coder/layouts/partials/float.html

9014c45d81ec44d6124727262e432f236f2096b9 · 223 B · 7 lines raw

1 {{ if not .Site.Params.hideColorSchemeToggle }}
2 <div class="float-container">
3 <a id="dark-mode-toggle" class="colorscheme-toggle">
4 <i class="fa fa-adjust fa-fw" aria-hidden="true"></i>
5 </a>
6 </div>
7 {{ end }}