diff options
-rw-r--r-- | rss.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |