mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix some microdata
This commit is contained in:
parent
5d6fb15bbc
commit
a894a32b5c
2 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,12 @@ outputs:
|
|||
- gemtext
|
||||
title: Seirdy's Home
|
||||
---
|
||||
<div class="h-card">
|
||||
<div itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author autho h-card vcardr">
|
||||
|
||||
Seirdy's Home
|
||||
=============
|
||||
|
||||
It me! This is the personal website for <span class="h-card p-author vcard"><a href="https://seirdy.one" rel="author home" class="u-url url">{{% indieweb-icon %}}<span class="p-name fn n"><span class="p-given-name given-name">Rohan</span> <span class="p-family-name family-name">Kumar</span></span></a>, a.k.a. <span class="p-nickname nickname">Seirdy</span> (online handle).</span>
|
||||
It me! This is the personal website for <a itemprop="url" href="https://seirdy.one" rel="author home canonical" class="u-url url"> {{% indieweb-icon %}} <span itemprop="name" class="p-name fn n"> <span itemprop="givenName" class="p-given-name given-name">Rohan</span> <span itemprop="familyName" class="p-family-name family-name">Kumar</span></span></a> </span>, a.k.a. <span itemprop="nickname" class="p-nickname nickname">Seirdy</span> (online handle).
|
||||
|
||||
Other versions of this website
|
||||
------------------------------
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<span itemprop="wordCount">{{ .WordCount }}</span> words, a <span itemprop="timeRequired" content="PT{{ .ReadingTime }}M">{{ .ReadingTime }} minute</span> read
|
||||
</small>
|
||||
</header>
|
||||
<section class="e-content entry-content" itemprop="articlebody">
|
||||
<section class="e-content entry-content" itemprop="articleBody">
|
||||
{{ partial "processed-content" . -}}
|
||||
</section>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue