From 641ea98ba93853385c5ee21522607e041c4d4b87 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 25 Mar 2014 14:29:49 +0100 Subject: [PATCH] Fix by setting site.url to the correct value --- _config.yml | 2 +- _includes/head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index cec6852..c401723 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ title: tail call description: '[...] procedure calls may be usefully thought of as GOTO statements [...]' disqus_shortname: blog-kempkens-io #Your site's domain goes here. Leave localhost server or blank when working locally. -url: //blog.kempkens.io +url: http://blog.kempkens.io # Owner/author information owner: diff --git a/_includes/head.html b/_includes/head.html index 5565a31..c4b4639 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -24,7 +24,7 @@ {% if site.bing_verify %}{% endif %} {% 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 %}