swapped out a div displaying time in post template for time element

This commit is contained in:
Pagwin 2025-02-28 15:18:09 -05:00
parent c803dd247d
commit 43d2a055a4

View file

@ -1,8 +1,8 @@
<header id="article-header"> <header id="article-header">
<h1 style="font-variant: small-caps;">{{{title}}}</h1> <h1 style="font-variant: small-caps;">{{{title}}}</h1>
<div class="info"> <time datetime="{{{iso_date}}}">
{{{date}}} {{{date}}}
</div> </time>
</header> </header>
<hr> <hr>
<article> <article>