zpwiki/pages/authors/default.md
2020-10-02 13:42:33 +02:00

22 lines
301 B
Markdown

---
title: Authors
redirect: 'taxonomy?name=author'
content:
items: @self.children
cache_enable: false
twig_first: true
process:
markdown: false
twig: true
---
<h1>Authors</h1>
<ul>
{% for p in page.collection %}
<li><a href="{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}
</ul>