blog/themes/classic/source/_includes/header.html

7 lines
135 B
HTML

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