Guide_Panda/_includes/page__taxonomy.html
2016-11-29 19:18:44 -05:00

8 lines
197 B
HTML

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