mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
Downloads: Fix order of appeareance of platform-specific releases
and add clarifying comment on top of _data/downloads.yml
This commit is contained in:
parent
b386654cef
commit
580d1f2fb5
2 changed files with 15 additions and 13 deletions
|
@ -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:
|
||||
|
|
|
@ -91,9 +91,6 @@ permalink: /downloads/index.html
|
|||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<p>{% t downloads.packages %} <a href="https://github.com/monero-project/monero-gui#installing-the-monero-gui-from-a-package">{% t downloads.packages_link %}</a>.</p>
|
||||
<p>{% t downloads.avwarning %} <a href="{{ site.baseurl }}/get-started/faq/#antivirus">{% t downloads.moreinfofaq %}</a>.</p>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
{% for entry in item.downloads %}
|
||||
{% if entry.vers != nil %}
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
|
@ -104,6 +101,9 @@ permalink: /downloads/index.html
|
|||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<p>{% t downloads.packages %} <a href="https://github.com/monero-project/monero-gui#installing-the-monero-gui-from-a-package">{% t downloads.packages_link %}</a>.</p>
|
||||
<p>{% t downloads.avwarning %} <a href="{{ site.baseurl }}/get-started/faq/#antivirus">{% t downloads.moreinfofaq %}</a>.</p>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<h3>{% t downloads.verify %}</h3>
|
||||
<p>{% t downloads.verify1 %} <i>{% t downloads.verify2 %}</i></p><br>
|
||||
<details>
|
||||
|
@ -182,9 +182,6 @@ permalink: /downloads/index.html
|
|||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<p>{% t downloads.packages %} <a href="https://github.com/monero-project/monero#installing-monero-from-a-package">{% t downloads.packages_link %}</a>.</p>
|
||||
<p>{% t downloads.avwarning %} <a href="{{ site.baseurl }}/get-started/faq/#antivirus">{% t downloads.moreinfofaq %}</a>.</p>
|
||||
</div>
|
||||
{% for entry in item.downloads %}
|
||||
{% if entry.vers != nil %}
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
|
@ -195,6 +192,9 @@ permalink: /downloads/index.html
|
|||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<p>{% t downloads.packages %} <a href="https://github.com/monero-project/monero#installing-monero-from-a-package">{% t downloads.packages_link %}</a>.</p>
|
||||
<p>{% t downloads.avwarning %} <a href="{{ site.baseurl }}/get-started/faq/#antivirus">{% t downloads.moreinfofaq %}</a>.</p>
|
||||
</div>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<h3>{% t downloads.verify %}</h3>
|
||||
<p>{% t downloads.verify1 %} <i>{% t downloads.verify2 %}</i></p><br>
|
||||
|
|
Loading…
Reference in a new issue