From bca23d7be3aa0ab4d16908bb543795989ce199de Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 25 Mar 2014 13:20:15 +0100 Subject: [PATCH] Remove some more {{ site.url }} references --- _includes/head.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 %}