update
[linguofeng.github.com.git] / archive.html
blobe9eb5fd3e4ad9472e6a429a06f765058d7c9f95b
1 ---
2 layout: page
3 title: Archive
4 description: 日志归档
5 ---
7 <div class="posts">
8 {% for post in site.posts %}
9 <div class="post">
10 <h1 class="post-title">
11 <a href="{{ post.url }}">
12 {{ post.title }}
13 </a>
14 </h1>
16 <span class="post-date">{{ post.date | date_to_string }}</span>
17 </div>
18 {% endfor %}
19 </div>