7aeebcc981
To every templates, useful when doing navigation to know which link is currently active
9 lines
182 B
HTML
9 lines
182 B
HTML
Category: {{ category }}
|
|
|
|
|
|
{% for page in pages %}
|
|
<article>
|
|
<h3 class="post__title"><a href="{{ page.permalink }}">{{ page.title }}</a></h3>
|
|
</article>
|
|
{% endfor %}
|