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