moving everything to base folder

This commit is contained in:
Chris Cochrun 2022-10-26 13:41:15 -05:00
parent ca801caf05
commit 816a49d3f1
190 changed files with 4870 additions and 1 deletions

8
themes/ananke/layouts/404.html Executable file
View file

@ -0,0 +1,8 @@
{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
{{ define "main" }}
<article class="center cf pv5 measure-wide-l">
<h1>
This is not the page you were looking for
</h1>
</article>
{{ end }}