init commit

This commit is contained in:
2024-08-20 23:05:39 -07:00
commit 0f90d0ec4b
35 changed files with 10389 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{{ if not .Site.Params.footeroff }}
<footer id="colophon" class="site-footer">
<div class="copyright-text">
<div class="u-wrapper copyright-text-wrap">
<p>{{ with .Site.Params.copyright }} {{ . }} {{ end }}
{{ if not .Site.Params.production }}
<br>
<strong>[{{ i18n "not-for-production" }}]</strong>
{{ end }}
</p>
</div>
</div>
</footer>
{{ end }}
<a href="#" class="go-to-top" aria-label="{{ i18n "go-to-top" }}"></a>