diff --git a/pages/downloads.markdown b/pages/downloads.markdown index bd6ec6207..14f8fbe87 100644 --- a/pages/downloads.markdown +++ b/pages/downloads.markdown @@ -11,18 +11,26 @@ tags: menu

Download the latest stable release

-

+ + + + + + + + +
{% for asset in latestRelease.assets %} {% if asset.name contains 'RELEASE.exe' %} Latest version {% endif %} {% endfor %} - +
{% if latestRelease %} {{ latestRelease.name }}
{{ latestRelease.created_at | date_to_string %}} {% endif %} - -

+
+

(Info for Windows 8 users)

In most cases, the latest stable version will be the best choice for you. However, if you are looking for the latest unstable version, need an older version or the ZIP distribution, you will find everything you need in the version history.