2018-09-20 20:58:27 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>rauhala.info - $title$</title>
|
|
|
|
<link rel="stylesheet" href="/css/default.css" />
|
2018-09-20 22:23:57 +03:00
|
|
|
<link rel="stylesheet" href="/css/highlight.css">
|
2018-09-20 20:58:27 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<div class="logo">
|
|
|
|
<a href="/">rauhala.info</a>
|
|
|
|
</div>
|
|
|
|
<nav>
|
2018-09-20 22:54:59 +03:00
|
|
|
<!-- Git logo from https://git-scm.com/downloads/logos -->
|
|
|
|
<!-- Logo by Jason Long -->
|
|
|
|
<a href="https://git.rauhala.info"><img src="/images/git_16.png" alt="git" /></a>
|
2018-09-20 20:58:27 +03:00
|
|
|
<a href="/contact.html">Contact</a>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main role="main">
|
|
|
|
<h1>$title$</h1>
|
|
|
|
$body$
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
Site proudly generated by
|
|
|
|
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|