From b784700a302bd47b8781a3b904c2c50819589d32 Mon Sep 17 00:00:00 2001 From: Luke Aeschleman Date: Wed, 21 Feb 2018 15:07:37 -0500 Subject: [PATCH 1/2] replace baseurl with github.url --- _layouts/slide.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/_layouts/slide.html b/_layouts/slide.html index c1462ac..33e485b 100755 --- a/_layouts/slide.html +++ b/_layouts/slide.html @@ -25,28 +25,28 @@ - + {%if page.theme %} - + {% else %} - + {% endif %} - + - + - + @@ -24,28 +24,28 @@ - + - + - + - + - + - + - + - + - + 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 @@