Add post list, 404

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-06 22:52:58 +02:00
parent 19c5daa5c6
commit daee366346
10 changed files with 113 additions and 7 deletions

11
layouts/404.html Normal file
View File

@@ -0,0 +1,11 @@
{{ 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 }}