mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-06 01:42:07 +02:00
Downloads: add link to release notes
This commit is contained in:
parent
3db8b86d34
commit
94c78ea76b
@ -241,6 +241,7 @@ downloads:
|
|||||||
moreinfofaq: More info in the FAQ
|
moreinfofaq: More info in the FAQ
|
||||||
packages: There are also packages available for multiple Linux distributions.
|
packages: There are also packages available for multiple Linux distributions.
|
||||||
packages_link: See the list on GitHub
|
packages_link: See the list on GitHub
|
||||||
|
releasenotes: release notes
|
||||||
|
|
||||||
press-kit:
|
press-kit:
|
||||||
intro1: Here you'll find the Monero symbol and logo below. You can choose any size that you want, or download the .ai file to mess with the logo yourself.
|
intro1: Here you'll find the Monero symbol and logo below. You can choose any size that you want, or download the .ai file to mess with the logo yourself.
|
||||||
|
@ -63,7 +63,7 @@ permalink: /downloads/index.html
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||||
<h3>{% t titles.downloads %}</h3>
|
<h3>{% t titles.downloads %}</h3>
|
||||||
<p><i>{% t downloads.currentversion %}:</i> {{ item.version }}</p>
|
<p><i>{% t downloads.currentversion %}:</i> {{ item.version }} (<a href="{{ site.baseurl_root }}/blog/tags/releases.html">{% t downloads.releasenotes %}</a>)</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
||||||
<ul>
|
<ul>
|
||||||
@ -152,7 +152,7 @@ permalink: /downloads/index.html
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||||
<h3>{% t titles.downloads %}</h3>
|
<h3>{% t titles.downloads %}</h3>
|
||||||
<p><i>{% t downloads.currentversion %}:</i> {{ item.version }}</p>
|
<p><i>{% t downloads.currentversion %}:</i> {{ item.version }} (<a href="{{ site.baseurl_root }}/blog/tags/releases.html">{% t downloads.releasenotes %}</a>)</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
<div class="col-md-4 col-sm-4 col-xs-4 desktop-only">
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user