Anotha lil dump

Think I'm finally finished fiddling with the devops stuff and ready to
finally focus on the content! 😁
This commit is contained in:
2022-04-07 23:52:00 +00:00
parent e9a93b064e
commit d21051adde
29 changed files with 1654 additions and 113 deletions

10
layouts/404.html Normal file
View File

@@ -0,0 +1,10 @@
{{ define "main" }}
<a href='{{ "/" | relURL }}'>
<article>
<header>
<h1>Ooops 404 Not Found!</h1>
</header>
<p>Click to go to the front page!</p>
</article>
</a>
{{ end }}