mirror of
https://github.com/greenshot/greenshot
synced 2025-08-26 16:16:06 -07:00
Fix for version history.
This commit is contained in:
parent
23f5093c5f
commit
7a43ab7d9e
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ You'll find everything below.
|
|||
{% for release in site.github.releases %}
|
||||
**{{ release.name }}**
|
||||
{% for asset in release.assets %}
|
||||
- [{{ asset.name }}]({{ asset.browser_download_url }}) ({{ latestRelease.created_at | date_to_string %}})
|
||||
- [{{ asset.name }}]({{ asset.browser_download_url }}) ({{ asset.created_at | date_to_string %}})
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue