Skip to content

Commit

Permalink
Fix recursion issue with site.json, closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Swanson committed Dec 13, 2014
1 parent fd15e87 commit 4a8a593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
[
{% for item in site.posts %}
{"date": {{ item.date | jsonify }},
{"date": {{ item.date | date_to_rfc822 | jsonify }},
"categories": {{ item.categories | jsonify }},
"tags": {{ item.tags | jsonify}},
"title": {{ item.title | jsonify}},
Expand Down

0 comments on commit 4a8a593

Please sign in to comment.