ADD summary, CHANGE single page

This commit is contained in:
Hoernschen 2024-04-20 21:43:44 +02:00
parent 07f46720f8
commit cbe06d5249
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
6 changed files with 90 additions and 19 deletions

View file

@ -11,7 +11,7 @@
</article>
<div class="list">
{{ range .Pages }}
<a href="{{.Permalink}}"><p>{{ .Title }}</p></a>
{{ .Render "summary" }}
{{ end }}
</div>
</div>