website/templates/post.html

21 lines
417 B
HTML

<article>
<section class="header">
Posted on $date$
$if(author)$
by $author$
$endif$
</section>
<section>
$body$
</section>
</article>
$if(comment)$
<script src="https://utteranc.es/client.js"
repo="rowanTL/website-comments"
issue-term="pathname"
theme="github-light"
crossorigin="anonymous"
async>
</script>
$endif$