G
Ryan's Git Repos
rschanzorg-public
files
log
graph
refs
Ref
main
themes/hugo-coder/layouts/partials/float.html
main
· 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 }}