6
0
Fork 0

Uitlijning van code

This commit is contained in:
Michael Boelen 2023-05-16 23:36:11 +02:00
parent c5ad73f6f8
commit 61b8a510b7

View file

@ -19,16 +19,16 @@
{{ if isset .Params "show_child_pages" }}
{{ if eq .Params.show_child_pages true }}
<section>
<p>Relevante pagina's:</p>
<ul>
{{ range .Pages }}
<li>
<a class="link" href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title | default .Site.Params.textNoTitle }}</a>
</li>
{{ end }}
</ul>
</section>
<section>
<p>Relevante pagina's:</p>
<ul>
{{ range .Pages }}
<li>
<a class="link" href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title | default .Site.Params.textNoTitle }}</a>
</li>
{{ end }}
</ul>
</section>
{{ end }}
{{ end }}