post: keep it simple, stupid
This commit is contained in:
parent
c6f3c45fa1
commit
5e61263cf6
4 changed files with 31 additions and 4 deletions
11
themes/fmartingr/layouts/404.html
Normal file
11
themes/fmartingr/layouts/404.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{ define "main" }}
|
||||
<div class="center">
|
||||
<h1>404 Not Found</h1>
|
||||
<p>The page you requested cannot be found.</p>
|
||||
<p>
|
||||
<a href="{{ .Site.Home.RelPermalink }}">
|
||||
Return to the home page
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue