19 lines
398 B
HTML
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>
|