~xdavidwu/xdavidwu.link

ref: f68b54e53f9973047d80c1d4fc418f89f6a8689c xdavidwu.link/_includes/page__taxonomy.html -rw-r--r-- 196 bytes
f68b54e5 — iBug ♦ Use relative_url and absolute_url where possible (#2387) 5 years ago
                                                                                
1
2
3
4
5
6
7
{% 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 %}