Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fixed <id> formating for hardcoded date in atom.xml default template
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Holtsclaw authored and Arachnid committed Feb 25, 2010
1 parent 6b419de commit b650656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<entry>
<title>{{post.title|escape}}</title>
<link rel="alternate" type="text/html" href="http://{{config.host}}{{config.url_prefix}}{{post.path}}" />
<id>tag:{{config.host}},2009:post:{{post.key.id}}</id>
<id>tag:{{config.host}},{{post.updated|date:"Y-m-d"}}:post:{{post.key.id}}</id>
<updated>{{post.updated|date:"Y-m-d\TH:i:s\Z"}}</updated>
<published>{{post.published|date:"Y-m-d\TH:i:s\Z"}}</published>
<author>
Expand Down

0 comments on commit b650656

Please sign in to comment.