CS2613/journal/_src/index-template.html

13 lines
321 B
HTML
Raw Normal View History

2022-09-07 09:14:07 -03:00
<article>
<header>
<h2><a href='@|uri-path|'>@|title|</a></h2>
<p class='date-and-tags'>@|date| :: @|tags|</p>
<p class='authors'>By: @|authors|</p>
</header>
@|content-only|
@(when more?
@list{<footer>
<a href='@|uri-path|'>&hellip; more &hellip;</a>
</footer>})
</article>