mirror of
https://github.com/greenshot/greenshot
synced 2025-08-26 16:16:06 -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
|
@ -14,9 +14,10 @@ You'll find everything below.
|
||||||
**Please note:** Unstable versions are not thoroughly tested and might include faulty behavior or experimental features. If you do not like surprises you should rather [download the latest stable version](/downloads/).
|
**Please note:** Unstable versions are not thoroughly tested and might include faulty behavior or experimental features. If you do not like surprises you should rather [download the latest stable version](/downloads/).
|
||||||
|
|
||||||
{% for release in site.github.releases %}
|
{% for release in site.github.releases %}
|
||||||
**{{ release.name }}**
|
**{{ release.name }}**
|
||||||
|
|
||||||
{% for asset in release.assets %}
|
{% for asset in release.assets %}
|
||||||
- [{{ asset.name }}]({{ asset.browser_download_url }}) ({{ asset.created_at | date_to_string %}})
|
- [{{ asset.name }}]({{ asset.browser_download_url }}) ({{ asset.created_at | date_to_string %}})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue