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 @@