#11 conditionally include comma in json feed

This commit is contained in:
Pat Dryburgh
2018-10-18 21:45:49 -07:00
parent 8162ff56f3
commit a3867f4c76

View File

@ -26,7 +26,7 @@ layout: null
"author": { "author": {
"name": "{{ post.author }}" "name": "{{ post.author }}"
} }
} }{% if forloop.last == false %},{% endif %}
{% endunless %} {% endunless %}
{% endfor %} {% endfor %}
] ]