From 91dd45fa79628f6ed4c98e7871f5f04484564c98 Mon Sep 17 00:00:00 2001 From: Maximilian Held Date: Mon, 10 Mar 2014 22:49:54 +0100 Subject: [PATCH] Make google+ expect handle, not full url for head and author-bio --- _includes/_head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/_head.html b/_includes/_head.html index 399ea5b..8a726f1 100644 --- a/_includes/_head.html +++ b/_includes/_head.html @@ -26,7 +26,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 %} +{% if site.owner.google_plus %}{% endif %} -- 2.45.2