Tonen van lijst met personen binnen de organisatie
This commit is contained in:
parent
fd1d5c204d
commit
7bbc684e69
12
themes/nluug/layouts/person/section.html
Normal file
12
themes/nluug/layouts/person/section.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{ define "main" }}
|
||||
<section>
|
||||
<ul class="list">
|
||||
{{ range .Pages.ByTitle }}
|
||||
<li>
|
||||
<a class="link" href="{{ .RelPermalink }}" title="{{ .Title }}">{{ .Title }}</a>
|
||||
<hr class="hr-list">
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</section>
|
||||
{{ end }}
|
Reference in a new issue