Add more to h-card and legacy hCard
This commit is contained in:
parent
1ea7c1b7bf
commit
a4a5fd3993
1 changed files with 16 additions and 1 deletions
|
@ -2,5 +2,20 @@
|
|||
{%- block general_meta -%}
|
||||
{{ head::general_meta() }}
|
||||
<link href="https://floss.social/@averywinters" rel="me">
|
||||
<link class="h-card" href="https://averywinters.org" rel="me">
|
||||
<section style="display: none;" class="h-card vcard">
|
||||
<ul>
|
||||
<li class="p-name fn">
|
||||
<span class="p-given-name given-name">Avery</span> <span class="p-family-name family-name">Winters</span>
|
||||
</li>
|
||||
<li class="p-nickname nickname">
|
||||
averywinters
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://averywinters.org/" class="u-url url" rel="me">averywinters.org</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="/img/profile.webp" alt="A closeup photo of a blue snowflake resting on a tree branch." title="Avery Winters" class="u-photo photo" />
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
{%- endblock general_meta -%}
|
||||
|
|
Loading…
Reference in a new issue