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

Commit

Permalink
atom.xml: fix variable reference
Browse files Browse the repository at this point in the history
s/post.0/posts.0/
  • Loading branch information
rctay authored and Arachnid committed Jun 4, 2010
1 parent 0bc2c80 commit 9265687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/default/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<title type="text">{{config.blog_name}}</title>
<subtitle type="html">{{config.slogan}}</subtitle>
<updated>{{posts.0.updated|date:"Y-m-d\TH:i:s\Z"}}</updated>
<id>tag:{{config.host}},{{post.0.updated|date:"Y-m-d"}}:atom.xml</id>
<id>tag:{{config.host}},{{posts.0.updated|date:"Y-m-d"}}:atom.xml</id>
<link rel="alternate" type="text/html" hreflang="en" href="http://{{config.host}}{{config.url_prefix}}/" />
<link rel="self" type="application/atom+xml" href="http://{{config.host}}{{config.url_prefix}}/feeds/atom.xml" />
<link rel="hub" href="{{config.hubbub_hub_url}}" />
<rights>Copyright (c) {{post.0.updated|date:"Y"}}</rights>
<rights>Copyright (c) {{posts.0.updated|date:"Y"}}</rights>
<generator uri="http://{{config.host}}{{config.url_prefix}}/" version="1.0">
Bloggart 1.0
</generator>
Expand Down

0 comments on commit 9265687

Please sign in to comment.