tarasis.net/src/_includes/page__taxonomy.html

7 lines
186 B
HTML

{% if site.tag_archive.type and tags[0] %}
{% include tag-list.html %}
{% endif %}
{% if site.category_archive.type and categories[0] %}
{% include category-list.html %}
{% endif %}