swapped out a div displaying time in post template for time element
This commit is contained in:
parent
c803dd247d
commit
43d2a055a4
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue