mirror of
https://github.com/greenshot/greenshot
synced 2025-08-26 16:16:06 -07:00
Merge branch 'gh-pages' of https://github.com/greenshot/greenshot into gh-pages
This commit is contained in:
commit
23f5093c5f
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
permalink: releases/installer/
|
||||
---
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Greenshot installers</title>
|
||||
<link>https://getgreenshot.org</link>
|
||||
<description>Greenshot released installer update feed</description>
|
||||
{% for release in site.github.releases %}{% if release.draft == false %}
|
||||
{% for asset in release.assets %}{% if asset.name contains 'INSTALLER' and asset.name contains '.exe' %}
|
||||
<item>
|
||||
<title>{{asset.name}}</title>
|
||||
<link>{{asset.browser_download_url}}</link>
|
||||
<pubDate>{{asset.created_at | date_to_rfc822}}</pubDate>
|
||||
<description>{{release.body}}</description>
|
||||
</item>
|
||||
{% endif %}{% endfor %}
|
||||
{% endif %}{% endfor %}
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue