initial commit

This commit is contained in:
2026-08-16 19:03:44 +02:00
commit f9726ca9dc
215 changed files with 29489 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{{ define "main" }}
<h2 class="archive-title">{{ .Title }}</h2>
<div class="post-list">
{{ range .Pages }}
<article class="post-teaser">
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
</article>
{{ end }}
</div>
{{ end }}