From 17651abeebb83e45224de2fb2dbebda3a97eb744 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Apr 2015 22:44:39 -0700 Subject: [PATCH] more baseurl changes --- 404.html | 2 +- _layouts/post.html | 2 +- atom.xml | 6 +++--- index.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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 %} -- 2.30.2