~xdavidwu/xdavidwu.link

ref: 30ec8e91676e9c9a429731d9e63518c2145d7257 xdavidwu.link/_includes/posts-category.html -rw-r--r-- 156 bytes
30ec8e91xdavidwu move comments and related into article>div 4 years ago
                                                                                
1
2
3
4
5
{%- for post in site.categories[include.taxonomy] -%}
  {%- unless post.hidden -%}
    {% include archive-single.html %}
  {%- endunless -%}
{%- endfor -%}