muralog/templates/default.html~

33 lines
902 B
HTML
Raw Normal View History

<!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>misconstrued monologues- $title$</title>
<link rel="stylesheet" href="/css/default.css" />
</head>
<body>
<header>
<div class="logo">
<a href="/">misconstrued monologues</a>
</div>
<nav>
<a href="/about.html">about</a>
<a href="/contact.html">contact</a>
<a href="/archive.html">archive</a>
</nav>
</header>
<main role="main">
<h1>$title$</h1>
$body$
</main>
<footer>
<a href="http://jaspervdj.be/hakyll">hakyll</a>
</footer>
</body>
</html>