From 3f34f4d2a5a246c1a7e6fedd4fd6eb3034d798a2 Mon Sep 17 00:00:00 2001 From: jklingen Date: Wed, 27 Jul 2016 22:46:02 +0200 Subject: [PATCH] Download button styling --- pages/downloads.markdown | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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.