post: keep it simple, stupid

This commit is contained in:
Felipe M 2024-08-08 21:37:16 +02:00
parent c6f3c45fa1
commit 5e61263cf6
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
4 changed files with 31 additions and 4 deletions

View 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 }}