aboutsummaryrefslogtreecommitdiff
path: root/.themes
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-08-04 08:57:19 -0700
committerBrandon Mathis <brandon@imathis.com>2011-08-04 08:57:19 -0700
commitee0899dcadd4dfdd790fe5845d2c393c4d6a9bff (patch)
tree21d701eb8e0b679a1144d1a7071dbed8214d02a3 /.themes
parent140198b87a4c92cc4c86cd3e2380d9c6364c9d63 (diff)
parent0fa8732e2a6885e885c871ddc919a297c7dc58b8 (diff)
downloadmy_new_personal_website-ee0899dcadd4dfdd790fe5845d2c393c4d6a9bff.tar.xz
my_new_personal_website-ee0899dcadd4dfdd790fe5845d2c393c4d6a9bff.zip
Merge pull request #74 from smt/feed-fix
Update atom.xml to use site.title and expand_urls
Diffstat (limited to '.themes')
-rw-r--r--.themes/classic/source/atom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.themes/classic/source/atom.xml b/.themes/classic/source/atom.xml
index 23de64e9..693f3978 100644
--- a/.themes/classic/source/atom.xml
+++ b/.themes/classic/source/atom.xml
@@ -4,7 +4,7 @@ layout: nil
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <title>{{ site.blog_title }}</title>
+ <title>{{ site.title }}</title>
<link href="{{ site.url }}/atom.xml" rel="self"/>
<link href="{{ site.url }}/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
@@ -22,7 +22,7 @@ layout: nil
<link href="{{ site.url }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
- <content type="html">{{ post.content | full_urls: site.url | xml_escape }}</content>
+ <content type="html">{{ post.content | expand_urls: site.url | xml_escape }}</content>
</entry>
{% endfor %}
</feed>