archetypes, list.html layouts, google analyticsafter </head>

This commit is contained in:
Franz Klotsche
2025-11-15 22:06:43 +01:00
parent bf3126ea00
commit 610f30eadf
19 changed files with 183 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ .Content }}
<section class="present">
<p>Gallery</p>
{{ range .Pages }}
<a href="{{ .RelPermalink }}">
<img alt="{{ .Title }}" style="width: 50px; height: 50px;">
</a>
{{ end }}
</section>
{{ end }}