~xdavidwu/xdavidwu.link

ref: 411395f940591cab16ae5561a95f7da646e51899 xdavidwu.link/_includes/posts-tag.html -rw-r--r-- 150 bytes
411395f9xdavidwu move related into article container 4 years ago
                                                                                
1
2
3
4
5
{%- for post in site.tags[include.taxonomy] -%}
  {%- unless post.hidden -%}
    {% include archive-single.html %}
  {%- endunless -%}
{%- endfor -%}