Fix by setting site.url to the correct value
This commit is contained in:
parent
9ef142a3b2
commit
641ea98ba9
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
{% if site.bing_verify %}<meta name="msvalidate.01" content="{{ 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 %}
|
||||
<link rel="canonical" href="http:{{ canonical }}">
|
||||
<link rel="canonical" href="{{ canonical }}">
|
||||
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
|
||||
{% if site.owner.google_plus %}<link rel="author" href="{{ site.owner.google_plus }}?rel=author">{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue