CS2613/journal/_src/post-template.html

13 lines
298 B
HTML

<article>
<header>
<h1>@|title|</h1>
<p class='date-and-tags'>@|date| :: @|tags|</p>
<p class='authors'>By: @|authors|</p>
</header>
@|content|
<footer>
@older/newer-links[older-uri older-title newer-uri newer-title
#:for-bs 4]
</footer>
</article>