Browse code

Fixed header link

Brandon Mathis authored on 18/07/2011 at 22:13:28
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 <hgroup>
2
-  <h1><a href="{{ site.root }}">{{ site.title }}</a></h1>
2
+  <h1><a href="{{ site.root }}/">{{ site.title }}</a></h1>
3 3
   {% if site.subtitle %}
4 4
     <h2>{{ site.subtitle }}</h2>
5 5
   {% endif %}