~xdavidwu/xdavidwu.link

ref: 76a87799fd449829f44041b6ccd9d9fba1436f5c xdavidwu.link/_includes/posts-category.html -rw-r--r-- 156 bytes
76a87799 — Michael Rose Improve headline hierarchy 5 years ago
                                                                                
1
2
3
4
5
{%- for post in site.categories[include.taxonomy] -%}
  {%- unless post.hidden -%}
    {% include archive-single.html %}
  {%- endunless -%}
{%- endfor -%}