~xdavidwu/xdavidwu.link

ref: 3aa50cc5a5c2075795d157d2626e06a3ce6fc9cc xdavidwu.link/_layouts/archive-taxonomy.html -rw-r--r-- 256 bytes
3aa50cc5 — Michael Rose Add support for Jekyll Archives plugin 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: default
author_profile: false
---

<div class="archive">
  <h1 class="page__title">{{ page.title }}</h1>
  {% include base_path %}
  {% for post in page.posts %}
    {% include archive-list-single.html %}
  {% endfor %}
</div><!-- /.archive -->