Files
caldwell/layouts/404.html
Nikolaos Karaolidis b99ea087a3 Add post list, 404
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-08-06 22:57:57 +02:00

12 lines
275 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ define "main" }}
<main>
<div class="content">
<h1>404</h1>
<p>This is a dead link. Whatever was here, its gone now.</p>
<p>
<a href="{{ .Site.BaseURL }}">Lets pretend this never happened</a>.
</p>
</div>
</main>
{{ end }}