mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Hopefully fixed json with missing endif
This commit is contained in:
parent
a5320e720f
commit
beb34a6146
1 changed files with 1 additions and 1 deletions
|
@ -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 %}]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue