diff --git a/_includes/head.html b/_includes/head.html index ed4363b..c4b4639 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -25,7 +25,7 @@ {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} - + {% if site.owner.google_plus %}{% endif %} @@ -45,17 +45,17 @@ - + - + - + - + - + - + {% if page.image.background or site.background %} {% capture background %}{% if page.image.background %}{{ page.image.background }}{% else %}{{ site.background }}{% endif %}{% endcapture %}