mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-05 10:45:45 +00:00
12 lines
221 B
HTML
12 lines
221 B
HTML
<div id=posts>
|
|
<article>
|
|
{{#post}}
|
|
<header>
|
|
<h1><a href={{filename}}>{{title}}</a></h1>
|
|
<time>{{date}}</time>
|
|
</header>
|
|
{{{body}}}
|
|
{{/post}}
|
|
</article>
|
|
</div>
|
|
<p class=sep>༄</p>
|