initial commit

This commit is contained in:
2026-07-11 14:54:56 -04:00
commit 23f714f570
15 changed files with 633 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{{ define "main" }}
<section>
<dl>
{{ range .Pages }}
<time>{{ time.Format "2006-01-02" .Date }}</time>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
{{ end }}
</dl>
</section>
{{ end }}