fix: possibly fix author field on entry
This commit is contained in:
parent
be1751ad45
commit
dd02c03cca
@ -25,7 +25,7 @@
|
||||
<div class="prose prose-ralsei">
|
||||
<ul>
|
||||
<link class="u-url" href="{PUBLIC_BASE_URL}{$page.url.pathname}">
|
||||
<link rel="author" class="p-author h-card" href="{PUBLIC_BASE_URL}">
|
||||
<link rel="author" class="p-author" href="{PUBLIC_BASE_URL}">
|
||||
<li>published on: <time class="dt-published" datetime="{date} 00:00:00">{date}</time></li>
|
||||
<li class="max-w-80 text-wrap">excerpt: <div class="inline p-summary">{excerpt}</div></li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user