~xdavidwu/xdavidwu.link

ref: 6c0144ff2935eb19f35937a016721dcfdcad2b9c xdavidwu.link/_layouts/archive-taxonomy.html -rw-r--r-- 284 bytes
6c0144ff — Michael Rose Merge branch 'release/4.0.4' 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: default
author_profile: false
---

<div id="main" role="main">
  {% include sidebar.html %}

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