Add post list, 404
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
11
layouts/404.html
Normal file
11
layouts/404.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ define "main" }}
|
||||
<main>
|
||||
<div class="content">
|
||||
<h1>404</h1>
|
||||
<p>This is a dead link. Whatever was here, it's gone now.</p>
|
||||
<p>
|
||||
<a href="{{ .Site.BaseURL }}">Let's pretend this never happened</a>.
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
Reference in New Issue
Block a user