backing out change from head, adding it to the page layout
This commit is contained in:
parent
30ada4a220
commit
d0005a9d87
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
|
||||
<title>{% if page.title %}{{ page.title }} - {{ site.headline }}{% else %}{{ site.headline }}{% endif %}</title>
|
||||
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue