~xdavidwu/xdavidwu.link

ref: 3aa50cc5a5c2075795d157d2626e06a3ce6fc9cc xdavidwu.link/_includes/page__taxonomy.html -rw-r--r-- 139 bytes
3aa50cc5 — Michael Rose Add support for Jekyll Archives plugin 9 years ago
                                                                                
1
2
3
4
5
6
7
{% if page.tags[0] %}
  {% include tag-list.html %}
{% endif %}

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