9 lines
196 B
HTML
9 lines
196 B
HTML
Category: {{ category.name }}
|
|
|
|
|
|
{% for page in category.pages %}
|
|
<article>
|
|
<h3 class="post__title"><a href="{{ page.permalink }}">{{ page.title }}</a></h3>
|
|
</article>
|
|
{% endfor %}
|