43 lines
1.6 KiB
HTML
43 lines
1.6 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>rauhala.info - $title$</title>
|
|
<link rel="stylesheet" href="/css/highlight.css">
|
|
<link rel="stylesheet" href="/css/index.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav class="flex bg-gray-800 text-gray-300 items-stretch text-lg border width-full align-center justify-between">
|
|
<ul class="flex gap-2 p-2">
|
|
<li class="hover:text-gray-400"><a href="/">Home</a></li>
|
|
<li class="hover:text-gray-400"><a href="/posts.html">Posts</a></li>
|
|
<li class="hover:text-gray-400"><a href="/projects.html">Projects</a></li>
|
|
</ul>
|
|
<ul class="flex gap-2 p-2">
|
|
<li class="group">Git
|
|
<ul class="hidden bg-gray-800 text-gray-300 border rounded p-2 group-hover:block absolute">
|
|
<li class="hover:text-gray-400"><a href="https://git.rauhala.info/MasseR">Gitea</a></li>
|
|
<li class="hover:text-gray-400"><a href="https://github.com/MasseR">GitHub</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="hover:text-gray-400"><a href="/contact.html">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<main role="main">
|
|
<div>
|
|
$body$
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
Site proudly generated by
|
|
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|