Aanpassen template zodat deze modulair is
This commit is contained in:
parent
d22e405452
commit
ef3be36585
5 changed files with 66 additions and 72 deletions
14
themes/nluug/layouts/organisatie/section.html
Normal file
14
themes/nluug/layouts/organisatie/section.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{{ 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue