From 7c7d3b8476a53983e01a1576936c5121d247ef5f Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 14 Feb 2012 14:52:30 -0600 Subject: [PATCH] Now RSS feed always has a permalink at the end of an article, just like posts always show permalinks. --- .themes/classic/source/atom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.themes/classic/source/atom.xml b/.themes/classic/source/atom.xml index 06f4ec9..20c4f42 100644 --- a/.themes/classic/source/atom.xml +++ b/.themes/classic/source/atom.xml @@ -24,7 +24,7 @@ layout: nil {{ post.date | date_to_xmlschema }} {{ site.url }}{{ post.id }} - {% capture content %}{{ post.content | expand_urls: site.url | cdata_escape }}{% if linklog %}

{{ site.feed_permalink_label }}

{% endif %}{% endcapture %} + {% capture content %}{{ post.content | expand_urls: site.url | cdata_escape }}

{{ site.feed_permalink_label }}

{% endcapture %} {% endfor %}