~xdavidwu/xdavidwu.link

ref: 1ccd5f6bf08082b17ca51e63a70c4b01db831b6c xdavidwu.link/index.html -rw-r--r-- 393 bytes
1ccd5f6b — Michael Rose Edit sidebar and page meta styles 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: archive
excerpt: "A minimal Jekyll theme for your blog by designer Michael Rose."
header:
  image: unsplash-image-7.jpg
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
---

{% include base_path %}

<h3 class="archive__subtitle">Recent Posts</h3>

{% for post in paginator.posts %}
  {% include archive-list-single.html %}
{% endfor %}

{% include pagination.html %}