samhuri.net/templates/blog/post.rss.html
2011-11-26 19:11:18 -08:00

12 lines
227 B
HTML

<div id="posts">
<article>
{{#post}}
<header>
<h1><a href="{{filename}}">{{title}}</a></h1>
<time>{{date}}</time>
</header>
{{{html}}}
{{/post}}
</article>
</div>
<p class="sep">&#x0f04;</p>