levineuwirth.org/templates/current.html

16 lines
575 B
HTML

<main id="markdownBody" data-pagefind-body>
<header class="now-header">
<h1 class="page-title">$title$</h1>
<p class="now-stamp">
<span class="now-stamp-label">Last updated</span>
<time class="now-stamp-date" datetime="$now-last-updated$">$now-last-updated-display$</time>
$if(now-last-updated-relative)$<span class="now-stamp-relative">$now-last-updated-relative$</span>$endif$
</p>
</header>
$if(body)$<div class="now-intro">$body$</div>$endif$
$now-entries-html$
$now-shipped-html$
</main>