Toon relevante onderliggende pagina's door middel van optie

This commit is contained in:
Michael Boelen 2023-05-10 20:32:58 +02:00
parent 4a5ce3fa0a
commit 76e68c3e24
4 changed files with 9 additions and 27 deletions

View file

@ -1,14 +1,3 @@
{{ define "main" }}
{{ .Content }}
<section>
<p>Relevante pagina's:</p>
<ul class="list">
{{ range .Pages }}
<li>
<a class="link" href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}
</a>
</li>
{{ end }}
</ul>
</section>
{{ end }}