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