blog/.themes/classic/source/_includes/header.html
2011-07-22 00:00:18 -04:00

7 lines
149 B
HTML

<hgroup>
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
{% if site.subtitle %}
<h2>{{ site.subtitle }}</h2>
{% endif %}
</hgroup>