Skip to content

Commit 4a6385c

Browse files
committed
1 parent e61e846 commit 4a6385c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/jsonfeed.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"title": {{ post.title | smartify | jsonify }},
1818
"content_html": {{ post.content | jsonify }},
1919
"date_published": "{{ post.date }}"
20-
},
20+
}
21+
{% unless forloop.last == true %},{% endunless %}
2122
{% endfor %}
2223
]
2324
}

0 commit comments

Comments
 (0)