From: Mark Otto Date: Sun, 19 Apr 2015 05:44:39 +0000 (-0700) Subject: more baseurl changes X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=blog;a=commitdiff_plain;h=17651abeebb83e45224de2fb2dbebda3a97eb744 more baseurl changes --- diff --git a/404.html b/404.html index 9703ba8..4bf3f7d 100644 --- a/404.html +++ b/404.html @@ -6,5 +6,5 @@ permalink: 404.html

404: Page not found

-

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

+

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

diff --git a/_layouts/post.html b/_layouts/post.html index 576bba8..e6ce462 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,7 +14,7 @@ layout: default {% for post in site.related_posts limit:3 %}
  • - + {{ post.title }} diff --git a/atom.xml b/atom.xml index 4dde6d8..c150126 100644 --- a/atom.xml +++ b/atom.xml @@ -6,8 +6,8 @@ layout: null {{ site.title }} - - + + {{ site.time | date_to_xmlschema }} {{ site.url }} @@ -18,7 +18,7 @@ layout: null {% for post in site.posts %} {{ post.title }} - + {{ post.date | date_to_xmlschema }} {{ site.url }}{{ post.id }} {{ post.content | xml_escape }} diff --git a/index.html b/index.html index 86bca7b..a41d8c2 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ title: Home {% endif %} {% if paginator.previous_page %} {% if paginator.page == 2 %} - Newer + Newer {% else %} Newer {% endif %}