mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-11 05:15:28 +00:00
add id slugs to platforms on downloads page
This commit is contained in:
parent
79bcc8c7f9
commit
8cbcec97fd
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ Note: the SHA hashes are listed by the downloads for convenience, but a GPG-sign
|
|||
|
||||
<div class="col-lg-6" style="padding-bottom: 5px;">
|
||||
|
||||
<h4>
|
||||
<h4 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="{{ data_downloads.url }}">
|
||||
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
||||
</a>
|
||||
|
@ -42,7 +42,7 @@ Note: the SHA hashes are listed by the downloads for convenience, but a GPG-sign
|
|||
|
||||
<div class="col-lg-6" style="padding-bottom: 5px;">
|
||||
|
||||
<h4>
|
||||
<h4 id="{{ data_downloads.platform | slugify }}">
|
||||
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
||||
</h4>
|
||||
|
||||
|
@ -56,7 +56,7 @@ Note: the SHA hashes are listed by the downloads for convenience, but a GPG-sign
|
|||
|
||||
<div class="col-lg-6" style="padding-bottom: 5px;">
|
||||
|
||||
<h4>
|
||||
<h4 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="//downloads.getmonero.org/{{ data_downloads.url }}">
|
||||
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue