Hopefully fixed json with missing endif

This commit is contained in:
Krom, Robertus 2020-03-02 13:10:55 +01:00
commit beb34a6146

View file

@ -8,6 +8,6 @@ permalink: update-feed/
"link": "{{asset.browser_download_url}}", "link": "{{asset.browser_download_url}}",
"description": "{{asset.label}}", "description": "{{asset.label}}",
"publishDate": "{{asset.created_at | date_to_rfc822}}" "publishDate": "{{asset.created_at | date_to_rfc822}}"
}{% if forloop.last == false%}, }{% if forloop.last == false%},{% endif %}
{% endif %}{% endfor %}{% endif %}{% endfor %}] {% endif %}{% endfor %}{% endif %}{% endfor %}]
} }