Add simple 404 page

This commit is contained in:
Thomas Schwery 2018-11-11 22:37:35 +01:00
parent 9611b0fc33
commit 6414447282

10
layouts/404.html Normal file
View file

@ -0,0 +1,10 @@
{{ partial "header.html" . }}
<main role="main">
<div>
<h1>Page not found</h1>
<h2 id="entry-title"><a href="{{ "/" | relURL }}">Go Home</a></h2>
</div>
</main>
{{ partial "footer.html" . }}