diff options
Diffstat (limited to 'themes/classic/source/_includes/header.html')
-rw-r--r-- | themes/classic/source/_includes/header.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/classic/source/_includes/header.html b/themes/classic/source/_includes/header.html index e08da6dc..de153086 100644 --- a/themes/classic/source/_includes/header.html +++ b/themes/classic/source/_includes/header.html @@ -1,4 +1,6 @@ -<h1><a href="/">{{ site.title }}</a></h1> -{% if site.subtitle %} - <h2>{{ site.subtitle }}</h2> -{% endif %} +<hgroup> + <h1><a href="/">{{ site.title }}</a></h1> + {% if site.subtitle %} + <h2>{{ site.subtitle }}</h2> + {% endif %} +</hgroup> |