coder/layouts/partials/float.html

8 lines
223 B
HTML
Raw Normal View History

2024-01-03 19:09:11 +03:00
{{ 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 }}