You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.7 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#e1327b">
<link rel="shortcut icon" href="{{ 'assets/pictures/favicon.ico' | relative_url }}">
<link rel="stylesheet" href="{{ 'assets/css/main.css' | relative_url }}">
<link rel="stylesheet" href="{{ 'assets/fonts/oleoscript.css' | relative_url }}">
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="{{ '/feed.xml' | relative_url }}">
{% seo %}
</head>
<body>
<header>
<h1>{{ site.title }}</h1>
<nav>
<ul>
{% for item in site.data.navigation %}
<li{% if page.url == item.link %} aria-current="page"{% endif %}>
<a href="{{ item.link }}">{{ item.name }}</a>
</li>
{% endfor %}
</ul>
</nav>
</header>
<main>
{{ content }}
</main>
<footer>
<div class="container">
<div>
<p>{{ site.description }}</p>
<p>
All content is released under the
<a href="https://git.pixie.town/thufie/CNPL">CNPLv6+</a>
license except where noted otherwise.
</p>
</div>
<div>
<ul style="list-style-type:none;padding:0">
<li>Email: </li>
<li><a href="mailto:{{ site.author1.email }}">{{ site.author1.email }}</a</li>
<li><a href="mailto:{{ site.author2.email }}">{{ site.author2.email }}</a></li>
{% if site.hs_url %}
<li><a href="{{ site.hs_url }}">Hidden Service mirror</a></li>
{% endif %}
<li>PGP: </li>
<li><a href="/erin-pgp.txt">Erin PGP key</a></li>
<li><a href="/felix-pgp.txt">Felix PGP key</a></li>
<br>
<li><a href="{{ '/feed.xml' | relative_url }}">Atom feed</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>