Add custom 404 page

This commit is contained in:
Ariejan de Vroom 2024-05-27 15:14:17 +02:00
parent 93546a472a
commit 11c377779a
Signed by: ariejan
GPG Key ID: AD739154F713697B

10
layouts/404.html Normal file
View File

@ -0,0 +1,10 @@
{{ define "content" }}
<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>
{{ end }}