graffen.dk-website/_layouts/default.html

29 lines
766 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css' }}">
<title>{{ site.title }}</title>
</head>
<body>
<header>
<div class="container">
<h1><a href="/">{{ site.title }}</a></h1>
<h2>{{ site.description }}</h2>
<section id="tor-url">
* Access this site through Tor: <a href="http://graffeny275r7emoahxc4inx7sg4vqh2iurj2y2edmzz2l4au6zf2fqd.onion">graffeny275r7emoahxc4inx7sg4vqh2iurj2y2edmzz2l4au6zf2fqd.onion</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
{{ content }}
</section>
</div>
</body>
</html>