Files
homepage/themes/hugo-coder/layouts/partials/float.html
Hendrik Hogertz 63ba272b75 first commit
2022-01-15 00:56:38 +01:00

8 lines
223 B
HTML

{{ 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 }}