Tweak theme

This commit is contained in:
Dave Gallant
2024-04-07 21:46:55 -04:00
parent 2475d2d67e
commit 8d898eb69a
117 changed files with 5 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
{{ define "main" }}
<article class="post">
<h1>{{ .Title | markdownify }}</h1>
<div class="post-content">
<p>This is not the page you're looking for.</p>
</div>
</article>
{{ end }}