mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
11 lines
340 B
HTML
11 lines
340 B
HTML
<article class="container">
|
|
<header>
|
|
<h1><a href="{{ post.link }}">→ {{ post.title }}</a></h1>
|
|
<time>{{ post.formattedDate }}</time>
|
|
<a class="permalink" href="{{ post.path }}">∞</a>
|
|
</header>
|
|
{{ post.body }}
|
|
</article>
|
|
<div class="row clearfix">
|
|
<p class="fin clearfix"><i class="fa fa-code"></i></p>
|
|
</div>
|