From bdbd5a4c2fd96d7c395689080c16d7deea6242d9 Mon Sep 17 00:00:00 2001 From: Jim V Date: Fri, 23 Sep 2011 15:13:14 -0500 Subject: [PATCH] messing with feed --- _layouts/default.html | 1 + atom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 242e9cc..c9163a4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,6 +5,7 @@ Jim Vallandingham + diff --git a/atom.xml b/atom.xml index 92211db..cd9d323 100644 --- a/atom.xml +++ b/atom.xml @@ -5,10 +5,10 @@ layout: nil Jim Vallandingham - - + + {{ site.time | date_to_xmlschema }} - http://vlandham.github.com/ + http://vallandingham.me/ Jim Vallandingham @@ -16,11 +16,11 @@ layout: nil {% for post in site.posts %} {{ post.title }} - + {{ post.date | date_to_xmlschema }} - http://vlandham.github.com{{ post.id }} + http://vallandingham.me{{ post.id }} {{ post.content | xml_escape }} {% endfor %} - \ No newline at end of file +