mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
testing gh-pages metadata
This commit is contained in:
parent
ec98650b40
commit
6381d26f9c
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue