added header to customizable includes

source
Brandon Mathis 2011-08-01 17:57:17 -04:00
parent 7b52fb492e
commit 98200038f7
2 changed files with 7 additions and 6 deletions

View File

@ -0,0 +1,6 @@
<hgroup>
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
{% if site.subtitle %}
<h2>{{ site.subtitle }}</h2>
{% endif %}
</hgroup>

View File

@ -1,6 +1 @@
<hgroup>
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
{% if site.subtitle %}
<h2>{{ site.subtitle }}</h2>
{% endif %}
</hgroup>
{% include custom/header.html %}