Reference header.html in layout

This commit is contained in:
Jesper Hess 2016-04-09 18:27:58 +02:00
parent 38035cf755
commit 27577c094c
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@
<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>
{% include header.html %}
<div class="page-content">
{{ content }}
</div>