www/templates/index.html

22 lines
889 B
HTML
Raw Normal View History

2023-09-14 14:51:37 -05:00
{% extends "zerm/templates/index.html" %}
{%- block general_meta -%}
{{ head::general_meta() }}
2024-01-15 11:54:00 -06:00
<link href="https://floss.social/@averywinters" rel="me">
2024-06-14 12:38:21 -05:00
<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>
2023-09-14 14:51:37 -05:00
{%- endblock general_meta -%}