forked from shadowfacts/shadowfacts.net
Fix invalid article metadata
This commit is contained in:
parent
f007b2d1ca
commit
d0663a17e7
|
@ -1,5 +1,7 @@
|
|||
<p class="article-meta">
|
||||
<meta itemprop="author" value="Shadowfacts">
|
||||
<div itemprop="author" itemscope="" itemtype="https://schema.org/Person">
|
||||
<meta itemprop="name" content="Shadowfacts">
|
||||
</div>
|
||||
on
|
||||
<span>
|
||||
<% const formatted = formatDate(metadata.date, "MMM Do, YYYY") %>
|
||||
|
|
Loading…
Reference in New Issue