Skip to content

Commit

Permalink
limit number of post in atom.xml to make its size valid for feedburner
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Mar 16, 2010
1 parent 8a44da6 commit bd94bd1
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 @@ -14,7 +14,7 @@ layout: nil
<email>gabriel.horner@gmail.com</email>
</author>

{% for post in site.posts %}
{% for post in site.posts limit:15 %}
<entry>
<title>{{ post.title }}</title>
<link href="http://tagaholic.me{{ post.url }}"/>
Expand Down

0 comments on commit bd94bd1

Please sign in to comment.