samhuri.net/templates/link.feed.html
2017-05-21 15:20:11 -07:00

7 lines
151 B
HTML

<div id="article">
{{#post}}
<p class="time">{{date}}</p>
{{{body}}}
<p><a class="permalink" href="{{url}}">&infin;</a></p>
{{/post}}
</div>