muralog/_input/templates/default.html

37 lines
1.0 KiB
HTML

<!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>
<div class="bleft">
<a href="/" alt="home">ホームページ</a>
</div>
<div class="bright">
powered by <a href="http://jaspervdj.be/hakyll">hakyll</a>
</div>
</footer>
</body>
</html>