add digital garden section
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2025-01-02 21:01:20 +01:00
parent c27f2e058a
commit 5f814127bf
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
7 changed files with 47 additions and 3 deletions

View file

@ -0,0 +1,9 @@
{{ define "main" }}
{{ .Content }}
<h3>{{ i18n "posts.title" }}</h3>
<ul id="posts">
{{- range .Pages }}
{{ .Render "li" }}
{{- end }}
</ul>
{{ end }}