blob: 7a3c22ec21e5ac337836dd532305cf6ebe2ee7bd (
plain)
1
2
3
4
5
6
7
8
|
<header>
<hgroup>
<h1><a href="/" rel="home" target="_self" title="{{ site.title }}">{{ site.title }}</a></h1>
{% if site.subtitle %}
<h2>{{ site.subtitle }}</h2>
{% endif %}
</hgroup>
</header>
|