Browse code

added header to customizable includes

Brandon Mathis authored on 01/08/2011 at 21:57:17
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
0
+<hgroup>
1
+  <h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
2
+  {% if site.subtitle %}
3
+    <h2>{{ site.subtitle }}</h2>
4
+  {% endif %}
5
+</hgroup>
... ...
@@ -1,6 +1 @@
1
-<hgroup>
2
-  <h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
3
-  {% if site.subtitle %}
4
-    <h2>{{ site.subtitle }}</h2>
5
-  {% endif %}
6
-</hgroup>
1
+{% include custom/header.html %}