mirror of
https://github.com/getzola/zola
synced 2025-01-18 23:04:01 +00:00
b313c97ceb
Closes #1177
10 lines
No EOL
221 B
HTML
10 lines
No EOL
221 B
HTML
Category: {{ term.name }}
|
|
|
|
|
|
{% for page in term.pages %}
|
|
<article>
|
|
<h3 class="post__title"><a href="{{ page.permalink }}">{{ page.title }}</a></h3>
|
|
</article>
|
|
{% endfor %}
|
|
|
|
Current path: {{ current_path }} |