graffen.dk-website/_layouts/default.html

14 lines
369 B
HTML
Raw Normal View History

2015-02-11 12:14:22 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<header class="site-header">
2016-03-31 19:44:17 +00:00
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a><br />
The site is also available as a <a href="http://graffenteqk3od63.onion/">Tor hidden service</a>
</header>
2015-02-11 12:14:22 +00:00
<div class="page-content">
{{ content }}
2015-02-11 12:14:22 +00:00
</div>
</body>
</html>