website/templates/post.html
2025-03-05 14:42:11 -06:00

19 lines
398 B
HTML

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