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,13 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ .Content }}
<section class="projects">
{{ range .Pages }}
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
{{ end }}
</section>
{{ end }}