www/templates/index.html

28 lines
1.3 KiB
HTML

{% extends "terminimal/templates/index.html" %}
{% block extra_head %}
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Avery Winters" />
<link rel="manifest" href="/site.webmanifest" />
<link href="https://floss.social/@averywinters" rel="me">
<link rel="blogroll" type="text/xml" href="/blogroll.xml">
<link rel="podroll" type="text/xml" href="/podroll.xml">
<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 extra_head -%}