b313c97ceb
Closes #1177
10 lines
221 B
HTML
10 lines
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 }} |