Add simple 404 page
This commit is contained in:
parent
9611b0fc33
commit
6414447282
1 changed files with 10 additions and 0 deletions
10
layouts/404.html
Normal file
10
layouts/404.html
Normal 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" . }}
|
Loading…
Add table
Reference in a new issue