update
[linguofeng.github.com.git] / archive.html
blob08bb774aaa6a3f4fdab19f33e3d1528c7d84609f
1 ---
2 layout: default
3 title: Archive
4 description: 日志归档
5 ---
7 <section>
8 <ul style="list-style:none; margin:0px;">{% for post in site.posts %}{% capture m %}{{post.date | date:"%m"}}{% endcapture %}{% if month != m %}{% assign month = m %}
9 <li><blockquote><h4>{{post.date | date:"%m/%Y"}}</h4></blockquote></li>{% endif %}
10 <li style="padding-left: 23px;">
11 <h5 style="font-weight:normal;">
12 <small>{{ post.date | date:"%d" }} » </small>
13 <a href="{{ post.url }}">{{ post.title }}</a>
14 </h5>
15 </li>{% endfor %}
16 </ul>
17 </section>