Initial Commit
This commit is contained in:
7
themes/hugo-coder/layouts/partials/float.html
Normal file
7
themes/hugo-coder/layouts/partials/float.html
Normal file
@ -0,0 +1,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 }}
|
Reference in New Issue
Block a user