backing out change from head, adding it to the page layout

This commit is contained in:
Holger Reinhardt 2016-01-30 22:43:06 +01:00
parent 30ada4a220
commit d0005a9d87
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ layout: default
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
<h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1>
<h1>{% if page.title %}{{ page.title }}{% else %}{{ site.headline }}{% endif %}</h1>
<hr class="small">
<span class="subheading">{{ page.description }}</span>
</div>