2018-08-18 07:24:54 -04: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">
|
2018-08-26 22:55:02 -04:00
|
|
|
<meta name="referrer" content="no-referrer">
|
2018-08-18 07:24:54 -04:00
|
|
|
<title>rf - $title$</title>
|
|
|
|
<link rel="stylesheet" href="/css/default.css" />
|
2018-08-22 21:14:11 -04:00
|
|
|
$favicons$
|
2018-08-18 07:24:54 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<div class="logo">
|
|
|
|
<a href="/">Regular Flolloping</a>
|
|
|
|
</div>
|
2018-08-23 00:07:19 -04:00
|
|
|
<nav class="navbar">
|
2018-08-18 07:24:54 -04:00
|
|
|
<a href="/">Home</a>
|
|
|
|
<a href="/about/">About</a>
|
|
|
|
<a href="/contact/">Contact</a>
|
|
|
|
<a href="/archive/">Archive</a>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main role="main">
|
|
|
|
<h1>$title$</h1>
|
|
|
|
$body$
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
powered by <a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|