zola/test_site/templates/tag.html

8 lines
180 B
HTML
Raw Normal View History

2017-05-16 04:37:00 +00:00
Tag: {{ tag.name }}
2017-05-16 04:37:00 +00:00
{% for page in tag.pages %}
<article>
<h3 class="post__title"><a href="{{ page.permalink }}">{{ page.title }}</a></h3>
</article>
{% endfor %}