hacks-guide-minimal-mistake.../_includes/page__taxonomy.html
Michael Rose 3aa50cc5a5 Add support for Jekyll Archives plugin
- Option to select GitHub Pages compatible tag/category page archive or plugin generated archives
2016-03-11 09:39:20 -05:00

7 lines
139 B
HTML

{% if page.tags[0] %}
{% include tag-list.html %}
{% endif %}
{% if page.categories[0] %}
{% include category-list.html %}
{% endif %}