~xdavidwu/xdavidwu.link

ref: 8fdbf62a0cc8cd4d3756bd06fb43b2c8c6695691 xdavidwu.link/_layouts/tag.html -rw-r--r-- 167 bytes
8fdbf62a — Michael Rose Add posts, categories, category, tags, tag, and collection layouts 7 years ago
                                                                                
1
2
3
4
5
6
7
8
9
---
layout: archive
---

{{ content }}

<div class="entries-{{ page.entries_layout | default: 'list' }}">
  {% include posts-tag.html taxonomy=page.taxonomy %}
</div>