Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| layout: none | ||
| --- | ||
| [ | ||
| {% for post in site.posts %} | ||
| { | ||
| "title" : "{{ post.title | escape }}", | ||
| "category" : "{{ post.category }}", | ||
| "tags" : "{{ post.tags | join: ', ' }}", | ||
| "url" : "{{ site.baseurl }}{{ post.url }}", | ||
| "date" : "{{ post.date }}" | ||
| } {% unless forloop.last %},{% endunless %} | ||
| {% endfor %} | ||
| ] |