CS2613/journal/_src/index-template.html

13 lines
320 B
HTML

<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>