page__taxonomy.html 196 B

1234567
  1. {% if site.tag_archive.type and page.tags[0] %}
  2. {% include tag-list.html %}
  3. {% endif %}
  4. {% if site.category_archive.type and page.categories[0] %}
  5. {% include category-list.html %}
  6. {% endif %}