From 4e28f929f5cc2c38d53e7ca0abcc7c34b68313e5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 29 Jan 2010 16:31:08 +0200 Subject: [PATCH] changed atom.xml to reflect the current temp url --- source/blog/atom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/blog/atom.xml b/source/blog/atom.xml index 6e57d3f..cfd2067 100644 --- a/source/blog/atom.xml +++ b/source/blog/atom.xml @@ -5,10 +5,10 @@ layout: nil jimeh / blog - - + + {{ site.time | date_to_xmlschema }} - http://jimeh.me/ + http://new.jimeh.me/ Jim Myhrberg contact@jimeh.me @@ -17,9 +17,9 @@ layout: nil {% for post in site.posts %} {{ post.title }} - + {{ post.date | date_to_xmlschema }} - http://jimeh.me{{ post.id }} + http://new.jimeh.me/blog{{ post.id }} {{ post.content | xml_escape }} {% endfor %}