graffen.dk-website/_layouts/default.html

14 lines
369 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<header class="site-header">
<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>
<div class="page-content">
{{ content }}
</div>
</body>
</html>