first commit

This commit is contained in:
Hendrik Hogertz
2022-01-15 00:56:38 +01:00
commit 63ba272b75
182 changed files with 19069 additions and 0 deletions

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