CS2613/journal/_src/post-template.html

13 lines
297 B
HTML
Raw Normal View History

2022-09-07 09:14:07 -03:00
<article>
<header>
<h1>@|title|</h1>
2022-09-07 10:24:18 -03:00
<p class='date-and-tags'>@|date| - @|tags|</p>
2022-09-07 09:14:07 -03:00
<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>