diff options
Diffstat (limited to '_site_build/_includes/header.html')
| -rw-r--r-- | _site_build/_includes/header.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/_site_build/_includes/header.html b/_site_build/_includes/header.html index 7a3c22e..4f9d01e 100644 --- a/_site_build/_includes/header.html +++ b/_site_build/_includes/header.html @@ -1,8 +1,6 @@ <header> <hgroup> <h1><a href="/" rel="home" target="_self" title="{{ site.title }}">{{ site.title }}</a></h1> - {% if site.subtitle %} - <h2>{{ site.subtitle }}</h2> - {% endif %} + {% if site.subtitle %}<h2>{{ site.subtitle }}</h2>{% endif %} </hgroup> </header> |
