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.

30 lines
704 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ site.title }}</title>
<link rel="stylesheet" href="{{ 'assets/css/main.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>
</header>
<footer>
<div><p>{{ site.description }}</p></div>
<div>
<p>
Email: <a href="mailto:owo@fef.moe">owo@fef.moe</a>
<br>
Fediverse:
<a rel="me" href="https://{{ site.author.fedi.host }}/@{{ site.author.fedi.user }}">
@{{ site.author.fedi.user }}@{{ site.author.fedi.host }}
</a>
</p>
</div>
</footer>
</body>
</html>