Skip to content

Commit

Permalink
Update the rss posts updated time
Browse files Browse the repository at this point in the history
To hint crawlers that the posts are updated
  • Loading branch information
Mohammad AbuShady committed May 8, 2015
1 parent d9dbacc commit 7bd948a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ layout: null
<entry>
<title>{{ post.title }}</title>
<link href="{{ site.url }}{{ post.url }}?ref=rss"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
<content type="html">
{% if post.content contains "<!-- more -->" %}
Expand Down

0 comments on commit 7bd948a

Please sign in to comment.