summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.xml b/rss.xml
index 5cf01d4..eb53c79 100644
--- a/rss.xml
+++ b/rss.xml
@@ -16,7 +16,7 @@ layout: nil
{% for post in site.posts limit:10 %}
<entry>
<title>{{ post.title }}</title>
- <link href="http://backbonetutorials.com{{ post.url }}"/>
+ <link href="http://backbonetutorials.com{{ post.url }}?cachebust"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://backbonetutorials.com{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>