From 580d1f2fb56e7749fda8af759126f0fbd40e7327 Mon Sep 17 00:00:00 2001 From: erciccione Date: Fri, 11 Dec 2020 11:51:51 +0000 Subject: [PATCH] Downloads: Fix order of appeareance of platform-specific releases and add clarifying comment on top of _data/downloads.yml --- _data/downloads.yml | 2 ++ downloads/index.md | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/_data/downloads.yml b/_data/downloads.yml index 437ad1f0..9d60a403 100644 --- a/_data/downloads.yml +++ b/_data/downloads.yml @@ -1,3 +1,5 @@ +# 'vers' is meant to be used in case of a platform-specific release (e.g. vers: "0.18.2.0 - Mumbling Potato") + gui: - version: "0.17.1.5 - Oxygen Orion" downloads: diff --git a/downloads/index.md b/downloads/index.md index e9af13db..5389ca3b 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -91,9 +91,6 @@ permalink: /downloads/index.html {% endfor %} -

{% t downloads.packages %} {% t downloads.packages_link %}.

-

{% t downloads.avwarning %} {% t downloads.moreinfofaq %}.

-
{% for entry in item.downloads %} {% if entry.vers != nil %}
@@ -104,6 +101,9 @@ permalink: /downloads/index.html
{% endif %} {% endfor %} +

{% t downloads.packages %} {% t downloads.packages_link %}.

+

{% t downloads.avwarning %} {% t downloads.moreinfofaq %}.

+

{% t downloads.verify %}

{% t downloads.verify1 %} {% t downloads.verify2 %}


@@ -182,19 +182,19 @@ permalink: /downloads/index.html {% endfor %}
+ {% for entry in item.downloads %} + {% if entry.vers != nil %} +
+

{% t downloads.currentversion %}: {{ entry.vers }}

+ +
+ {% endif %} + {% endfor %}

{% t downloads.packages %} {% t downloads.packages_link %}.

{% t downloads.avwarning %} {% t downloads.moreinfofaq %}.

- {% for entry in item.downloads %} - {% if entry.vers != nil %} -
-

{% t downloads.currentversion %}: {{ entry.vers }}

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

{% t downloads.verify %}

{% t downloads.verify1 %} {% t downloads.verify2 %}