Skip to content

Commit

Permalink
Reverting atom.xml changes as per #76
Browse files Browse the repository at this point in the history
  • Loading branch information
xdaDaveShaw committed May 20, 2015
1 parent d49b9a4 commit 4579e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/themes/ploeh/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<subtitle>{{ site.tagline }}</subtitle>
<id>{{ site.production_url }}</id>

{% for post in site.posts limit:10 %}
{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<link rel="alternate" type="text/html" href="{{ site.production_url }}{{ post.url }}"/>
Expand Down

0 comments on commit 4579e04

Please sign in to comment.