]> Git — Sourcephile - sourcephile-web.git/blob - templates/post.html
add Hakyll experiments
[sourcephile-web.git] / templates / post.html
1 <article class="blog-post full">
2 <header><a href="$url$">$title$</a></header>
3 <div class="post-meta">
4 <p>by <em>$author$</em> on <strong>$date$</strong></p>
5 <p>Tags: $tags-counts$</p>
6 </div>
7 <section class="post-content">$body$</section>
8 </article>