Uitlijning van code
This commit is contained in:
parent
c5ad73f6f8
commit
61b8a510b7
|
@ -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 }}
|
||||
|
||||
|
|
Reference in a new issue