mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52: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:
parent
4c5d8483bd
commit
97baa0bd51
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue