Fixes some issues with the 4.4 release page (#1033)

- Fixes missing margins of the download content
- Add Play Store and Horizon Store releases
- Display all downloads when JavaScript is disabled
This commit is contained in:
Adam Scott
2025-03-06 16:09:44 +01:00
committed by GitHub
parent 7e6d6beb84
commit 8c3a18b062
6 changed files with 67 additions and 43 deletions

View File

@@ -37,7 +37,7 @@ layout: default
<a href="{{ download_url }}" class="btn btn-download btn-download-main{% if forloop.index > 1 %}2{% endif %}">
<div class="download-title">
<img src="/assets/images/platforms/{{ page.platform | slugify }}.svg" alt="({{ page.platform }})">
Godot Engine{% if download.featured_flavor %} - {{ download.featured_flavor }}{% endif %}
Godot Engine{% if download.featured_flavor %} {{ download.featured_flavor }}{% endif %}
</div>
<div class="download-hint">{{ stable_version.name }}</div>
</a>