testing gh-pages metadata

This commit is contained in:
jklingen 2015-10-07 22:38:58 +02:00
commit 6381d26f9c

View file

@ -22,7 +22,15 @@ categories: []
tags: [] tags: []
comments: [] comments: []
--- ---
{% for release in site.github.releases %}
{{release.name}}}
{% for asset in release.assets %}
* [{{asset.name}}]({{asset.browser_download_url}})
{% endfor %}
{% endfor %}
<!-- TODO retrieve downloadable files --> <!-- TODO retrieve downloadable files -->
<div class="two-col left-box"> <div class="two-col left-box">
<h2>Download other versions of Greenshot</h2> <h2>Download other versions of Greenshot</h2>
<p><strong>Please note:</strong> Unstable versions are not thoroughly tested and might include faulty behavior or experimental features. If you do not like surprises you should rather <a href="/current/">download the latest stable version</a>. </p> <p><strong>Please note:</strong> Unstable versions are not thoroughly tested and might include faulty behavior or experimental features. If you do not like surprises you should rather <a href="/current/">download the latest stable version</a>. </p>