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