Claude cleaning

This commit is contained in:
2026-01-16 23:17:05 -05:00
parent 76a1ff19b1
commit 7a28b1dc71
30 changed files with 493 additions and 505 deletions

View File

@@ -0,0 +1,12 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ range .Pages }}
<article style="margin-bottom: 25px;">
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
<p class="date">{{ .Date.Format "January 2, 2006" }}</p>
</article>
{{ end }}
<p><a href="/">&larr; Back to home</a></p>
{{ end }}