update
[linguofeng.github.com.git] / index.html
blob5351ef067a5185a43499c0cf17a718bd71127bcd
1 ---
2 layout: default
3 title: Hello World
4 ---
6 {% for post in site.posts limit:20 offset:0 %}<section>
7 <blockquote>
8 <a href="{{ post.url }}">{{ post.title }}</a>
9 <small>{{ post.date | date:"%Y-%m-%d" }} {{ post.description }}</small>
10 </blockquote>
11 <p>{{ post.content | strip_html | truncatewords: 20 }} <a href="{{ post.url }}">[全文]</a></p>
12 </section>
13 <hr>
14 {% endfor %}
15 <p style="text-align: center;"><a href="archive.html">More...</a></p>