added header to customizable includes

main
Brandon Mathis 14 years ago
parent 7b52fb492e
commit 98200038f7

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

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

Loading…
Cancel
Save