22 lines
468 B
HTML
22 lines
468 B
HTML
<article {{attrs}}>
|
|
<header>
|
|
{{title}}
|
|
|
|
<ul>
|
|
<li>
|
|
{{posted_on}} by <a href="about:blank">prescientmoon</a> on their
|
|
<a href="moonythm.dev">website</a>
|
|
</li>
|
|
<li>
|
|
Last updated on {{updated_on}}. <a href="about:blank">Source</a> |
|
|
<a href="about:blank">Changelog</a>
|
|
</li>
|
|
<li>About {{word_count}} words; a {{reading_duration}} read</li>
|
|
</ul>
|
|
|
|
<hr />
|
|
</header>
|
|
|
|
{{content}}
|
|
</article>
|