Initial site working
This commit is contained in:
8
themes/ananke/layouts/404.html
Normal file
8
themes/ananke/layouts/404.html
Normal 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 }}
|
Reference in New Issue
Block a user