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

@@ -1,5 +1,10 @@
{{ define "main" }}
{{ .Content }}
<h3>Projekt</h3>
<p>Das letzte Projekt was aktualisiert wurde:
{{ range first 1 (where .Site.RegularPages "Type" "in" "projects").ByDate.Reverse }}
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
{{ end }}
</p>
{{ end }}
{{ end }}