From 0fa8732e2a6885e885c871ddc919a297c7dc58b8 Mon Sep 17 00:00:00 2001 From: Stephen Tudor Date: Thu, 4 Aug 2011 09:31:20 -0400 Subject: [PATCH] Update atom.xml to use site.title and expand_urls --- .themes/classic/source/atom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.themes/classic/source/atom.xml b/.themes/classic/source/atom.xml index 23de64e..693f397 100644 --- a/.themes/classic/source/atom.xml +++ b/.themes/classic/source/atom.xml @@ -4,7 +4,7 @@ layout: nil - {{ site.blog_title }} + {{ site.title }} {{ site.time | date_to_xmlschema }} @@ -22,7 +22,7 @@ layout: nil {{ post.date | date_to_xmlschema }} {{ site.url }}{{ post.id }} - {{ post.content | full_urls: site.url | xml_escape }} + {{ post.content | expand_urls: site.url | xml_escape }} {% endfor %}