mirror of
https://github.com/greenshot/greenshot
synced 2025-08-26 08:06:09 -07:00
Retrieve latest release from releases collection
This commit is contained in:
parent
3f34f4d2a5
commit
142beee2a0
1 changed files with 6 additions and 7 deletions
|
@ -7,8 +7,7 @@ permalink: /downloads/
|
||||||
comments: []
|
comments: []
|
||||||
tags: menu
|
tags: menu
|
||||||
---
|
---
|
||||||
{% assign latestRelease = site.github.releases | first %}
|
{% assign latestRelease = site.github.releases | where:"prerelease",false | first %}
|
||||||
<!-- TODO retrieve downloadable files -->
|
|
||||||
<div class="two-col left-box">
|
<div class="two-col left-box">
|
||||||
<h2>Download the latest stable release</h2>
|
<h2>Download the latest stable release</h2>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue