mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
7 lines
151 B
HTML
7 lines
151 B
HTML
<div id="article">
|
|
{{#post}}
|
|
<p class="time">{{date}}</p>
|
|
{{{body}}}
|
|
<p><a class="permalink" href="{{url}}">∞</a></p>
|
|
{{/post}}
|
|
</div>
|