From 504fe2c35d6bab3b65a3a46f8202a55660f9eb54 Mon Sep 17 00:00:00 2001 From: Luke Aeschleman Date: Wed, 21 Feb 2018 15:17:44 -0500 Subject: [PATCH] change site.url to site.github.url --- 404.md | 2 +- _includes/_author-bio.html | 2 +- _includes/_cvhead.html | 22 +++++++++++----------- _includes/_feed-footer.html | 2 +- _includes/_head.html | 22 +++++++++++----------- _includes/_navigation.html | 6 +++--- _includes/_open-graph.html | 10 +++++----- _includes/_scripts.html | 4 ++-- _includes/_social-share.html | 6 +++--- _layouts/home.html | 6 +++--- _layouts/post-index.html | 4 ++-- _layouts/post.html | 6 +++--- _layouts/presentation-post-index.html | 4 ++-- 13 files changed, 48 insertions(+), 48 deletions(-) diff --git a/404.md b/404.md index 3981c8c..5d72856 100755 --- a/404.md +++ b/404.md @@ -10,7 +10,7 @@ Sorry, but the page you were trying to view does not exist --- perhaps you can t + - + - + - + - + - + - + - + diff --git a/_includes/_feed-footer.html b/_includes/_feed-footer.html index 02a94f6..ce9b59d 100755 --- a/_includes/_feed-footer.html +++ b/_includes/_feed-footer.html @@ -1 +1 @@ -<p><a href="{{ site.url }}{{ post.url }}">{{ post.title | xml_escape }}</a> was originally published by {{ site.owner.name }} at <a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p> \ No newline at end of file +<p><a href="{{ site.github.url }}{{ post.url }}">{{ post.title | xml_escape }}</a> was originally published by {{ site.owner.name }} at <a href="{{ site.github.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p> \ No newline at end of file diff --git a/_includes/_head.html b/_includes/_head.html index 4201d10..e2c6dfe 100755 --- a/_includes/_head.html +++ b/_includes/_head.html @@ -14,9 +14,9 @@ {% endif %} {% if site.owner.bing-verify %}{% endif %} -{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} +{% capture canonical %}{{ site.github.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} - + @@ -24,31 +24,31 @@ - + - + - + - + - + - + - + - + - + {% seo %} diff --git a/_includes/_navigation.html b/_includes/_navigation.html index 8f40c00..e168cf7 100755 --- a/_includes/_navigation.html +++ b/_includes/_navigation.html @@ -1,9 +1,9 @@