1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Fix: add redundant author metadata

Some article extractors get confused when the article body references
another author with microdata. Declare the author itemprop a second time
to make them happy.
This commit is contained in:
Rohan Kumar 2022-05-28 16:30:28 -07:00
parent 4c5d8483bd
commit 97baa0bd51
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -7,6 +7,8 @@
<hr>
</header>
<div class="e-content entry-content" itemprop="articleBody">
{{ partial "processed-content" . -}}
<meta itemprop="author" content="Rohan Kumar" itemid="https://seirdy.one/#seirdy">
<!--That was needed bc some reading modes get confused by other authors referenced in the text-->
{{- partial "processed-content" . -}}
</div>
</article>