We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aedd8b commit 6ca93efCopy full SHA for 6ca93ef
rss.xml
@@ -16,7 +16,7 @@ layout: nil
16
{% for post in site.posts limit:10 %}
17
<entry>
18
<title>{{ post.title }}</title>
19
- <link href="http://backbonetutorials.com{{ post.url }}"/>
+ <link href="http://backbonetutorials.com{{ post.url }}?cachebust"/>
20
<updated>{{ post.date | date_to_xmlschema }}</updated>
21
<id>http://backbonetutorials.com{{ post.id }}</id>
22
<content type="html">{{ post.content | xml_escape }}</content>
0 commit comments