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