git push wip

This commit is contained in:
2023-03-27 21:49:34 -05:00
commit 630fd021b3
49 changed files with 1146 additions and 0 deletions

12
layouts/404.html Normal file
View File

@ -0,0 +1,12 @@
{{ define "title"}}
404 | {{ .Site.Title }}
{{ end }}
{{ if eq hugo.Environment "production" }}
<script>plausible("404",{ props: { path: document.location.pathname } });</script>
{{ end }}
{{ define "main"}}
<h1>NOT FOUND</h1>
<p>You just hit a route that doesn&#39;t exist...</p>
{{ end }}