From 5c3bc97ebef22ff3d1e69ff2f630b96cfbb7ac54 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni <ric@spagni.net> Date: Fri, 2 Jun 2017 13:50:39 +0200 Subject: [PATCH] remove slugify on CLI+GUI platforms --- downloads/index.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/downloads/index.md b/downloads/index.md index d437b1db..ed8f5fa2 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -29,7 +29,11 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s <a href="{{ data_downloads.cli_url }}"> <img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} </a> - <br><img src="//static.getmonero.org/images/blank.png" style="height: 30px;"> + <img src="//static.getmonero.org/images/blank.png" style="height: 30px;"> +</h4> + +<h4> + <img src="//static.getmonero.org/images/blank.png" style="height: 30px;"> </h4> <strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br> @@ -46,7 +50,10 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s <a href="//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}"> <img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Command-line Tools Only) </a> - <br><img src="//static.getmonero.org/images/blank.png" style="height: 30px;"> +</h4> + +<h4> + <img src="//static.getmonero.org/images/blank.png" style="height: 30px;"> </h4> <strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br> @@ -64,7 +71,10 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s <a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}"> <img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Beta 2) </a> - <br><img src="//static.getmonero.org/images/blank.png" style="height: 30px;"> +</h4> + +<h4> + <img src="//static.getmonero.org/images/blank.png" style="height: 30px;"> </h4> <strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br> @@ -84,7 +94,7 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s </a> </h4> -<h4 id="{{ data_downloads.platform | slugify }}"> +<h4> <a href="//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}"> <img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Command-Line Tools Only) </a> -- GitLab