aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/header.html
blob: 411b6abefa9a8a2673ef0b1ecebabef1ab7ec831 (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>