2020-06-02 15:42:25 +02:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<meta name="viewport" content="width=device-width"/>
|
|
|
|
|
<title>{title} – midgard</title>
|
|
|
|
|
<link rel="stylesheet" href="../main.css"/>
|
2020-06-08 02:55:50 +02:00
|
|
|
|
<link rel="stylesheet" href="../syntax.css"/>
|
2020-06-02 15:42:25 +02:00
|
|
|
|
</head>
|
|
|
|
|
<body class="blog">
|
|
|
|
|
<header>
|
|
|
|
|
<img src="../midgard.jpg" alt="A stuffed mouse in front of a wall with stripes of warm colours, this is Midgard's online avatar"/>
|
|
|
|
|
<div class="sitename">
|
|
|
|
|
<a href="/" class="wordmark"><span>mid</span><span>gard</span></a>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<main>
|
|
|
|
|
<h1>{title}</h1>
|
|
|
|
|
{body}
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
<aside id="social">
|
|
|
|
|
<a id="rss-link" href="/rss/">Follow with RSS</a>
|
|
|
|
|
<a id="irc-link" href="/irc/">Contact on IRC</a>
|
|
|
|
|
</aside>
|
|
|
|
|
|
|
|
|
|
<footer>© 2020 midgard</footer>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|