blob: 8e4297ca438c32b05af55b8399dcc249527f2c26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<h1 class="left"><a href="{{ root_url }}/">{{ site.title }}</a></h1>
<nav class="menu left">{% include navigation.html %}</nav>
<form class="search right" action="{{ site.simple_search }}" method="get">
<input class="left" type="text" name="q" results="0">
<input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}">
</form>
<div class="social right">
<a href="">Facebook</a>
<a href="">Google+</a>
<a href="">Twitter</a>
<a href="">RSS</a>
</div>
{% include custom/header.html %}
|