This repository has been archived on 2019-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
blogv2/pages/index.html
2015-01-08 20:48:03 +08:00

20 lines
342 B
HTML
Executable File

---
title: 首页
description:
---
<h2>最近更新</h2>
{{# posts_latest }}
<div class="post">
<h3 class="title"><a href="{{url}}">{{title}}</a></h3>
<small>{{ date }}</small>
{{{ summary }}}
<div class="more">
<a href="{{url}}" class="btn pure-button pure-button-primary">read more..</a>
</div>
</div>
{{/ posts_latest }}