aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/header.html
blob: 5c97e7a7f71746c770812221a1e88fdd82e8b392 (plain)
1
2
3
4
5
6
<hgroup>
  <h1><a href="{{ site.root }}">{{ site.title }}</a></h1>
  {% if site.subtitle %}
    <h2>{{ site.subtitle }}</h2>
  {% endif %}
</hgroup>