We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c240c0 commit 018bc7dCopy full SHA for 018bc7d
1 file changed
site/_includes/latest-release.html
@@ -1,5 +1,4 @@
1
-{%- assign filename = include.filename -%}
2
{%- assign latest_otd_version = site.data.otd-versions | last -%}
3
-{%- assign filename = filename | replace: '{{VERSION}}', latest_otd_version -%}
+{%- assign filename = include.filename | replace: '{{VERSION}}', latest_otd_version -%}
4
{%- assign urlBasePath = site.data.links.project.latestReleaseBase -%}
5
Download the <a href="{{ urlBasePath }}{{ filename }}">latest release</a> <small class="text-muted">({{ filename }})</small>
0 commit comments