~xdavidwu/xdavidwu.link

ref: 2ec4b8a7202dec287e3906abe4152ea92fed9c55 xdavidwu.link/_includes/posts-category.html -rw-r--r-- 156 bytes
2ec4b8a7xdavidwu remove unneeded comments, add dummy favicon 4 years ago
                                                                                
1
2
3
4
5
{%- for post in site.categories[include.taxonomy] -%}
  {%- unless post.hidden -%}
    {% include archive-single.html %}
  {%- endunless -%}
{%- endfor -%}