14 lines
272 B
HTML
14 lines
272 B
HTML
You have stumbled upon a relic of the past that I never maintained.
|
|
<hr />
|
|
$for(today)$
|
|
<article>
|
|
<h1 class="post-title">$title$</h1>
|
|
<div class="post-teaser">$body$</div>
|
|
<hr />
|
|
</article>
|
|
$endfor$
|
|
|
|
<h3>Previous Dailies:</h3>
|
|
|
|
$partial("templates/post-list.html")$
|