blob: 4f9d01e38274c11ea9599fbf0bade6fc58ca9c04 (
plain)
1
2
3
4
5
6
|
<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>
|