From 76edc2846a91f2662c7195c548d3c95875438cb5 Mon Sep 17 00:00:00 2001 From: OsrsNeedsF2P Date: Mon, 13 May 2019 20:12:14 +0200 Subject: [PATCH] Make "Windows, 64-bit Installer" appear before "Windows, 64-bit" (zip file) --- downloads/index.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/downloads/index.md b/downloads/index.md index c40b1b22..d5a05486 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -106,7 +106,16 @@ permalink: /downloads/index.html

{{ data_downloads.gui_hash }}

{% elsif data_downloads.gui_hash != nil and data_downloads.cli_hash != nil %} + {% if data_downloads.gui_installer_hash != nil %}
+
+

+ {{ data_downloads.platform }} {% t downloads.installer %} +

+

{% t downloads.currentversion %}: {{ data_downloads.gui_installer_version }} {{ data_downloads.tag }}

+

SHA256 Hash (GUI Installer):

+

{{ data_downloads.gui_installer_hash }}

+

{{ data_downloads.platform }} @@ -115,6 +124,9 @@ permalink: /downloads/index.html

SHA256 Hash (GUI):

{{ data_downloads.gui_hash }}

+
+ {% endif %} +

{{ data_downloads.platform }} {% t downloads.clionly %} @@ -125,18 +137,6 @@ permalink: /downloads/index.html


- {% if data_downloads.gui_installer_hash != nil %} -
-
-

- {{ data_downloads.platform }} {% t downloads.installer %} -

-

{% t downloads.currentversion %}: {{ data_downloads.gui_installer_version }} {{ data_downloads.tag }}

-

SHA256 Hash (GUI Installer):

-

{{ data_downloads.gui_installer_hash }}

-
-
- {% endif %} {% endif %}