mirror of
https://github.com/greenshot/greenshot
synced 2025-08-26 08:06:09 -07:00
fixed link rendering by removing indentation
This commit is contained in:
parent
e49d36e4a9
commit
e4dd083f9b
1 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@ You'll find everything below.
|
|||
|
||||
{% for release in site.github.releases %}
|
||||
**{{ release.name }}**
|
||||
|
||||
{% for asset in release.assets %}
|
||||
- [{{ asset.name }}]({{ asset.browser_download_url }}) ({{ asset.created_at | date_to_string %}})
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue