zola/test_site/templates/tags/single.html
Vincent Prouillet a6adbabb3d Fix benches
2018-09-03 19:05:24 +02:00

8 lines
182 B
HTML

Tag: {{ term.name }}
{% for page in term.pages %}
<article>
<h3 class="post__title"><a href="{{ page.permalink }}">{{ page.title }}</a></h3>
</article>
{% endfor %}