This commit is contained in:
Daniel Hladek 2020-10-03 11:45:07 +02:00
parent c45eea33b8
commit d57af17c37

View File

@ -12,6 +12,7 @@
{% set pages = taxonomy.findTaxonomy({'author': author}).order('date', 'desc') %}
{% set tmplst = [] %}
<h2>{{ author }}</h2>
<ul>
{% for page in pages %}
{% set blisted = false %}