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

8 lines
229 B
HTML
Raw Normal View History

2024-08-26 17:13:18 +02:00
{{ if not .Site.Params.hideColorSchemeToggle }}
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
{{ end }}