mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Display release keys along other links with icons
This commit is contained in:
parent
9d351edbab
commit
3a89870ad7
5 changed files with 39 additions and 15 deletions
|
@ -76,24 +76,20 @@ lin64: "linux64.tar.gz"
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p class="downloadmore">
|
||||
<a href="{{ PATH_PREFIX }}/SHA256SUMS.asc" class="dl">{% translate downloadsig %}</a><br>
|
||||
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}.torrent" class="dl">{% translate downloadtorrent %}</a>
|
||||
{% if site.DOWNLOAD_MAGNETLINK %} <a href="{{ site.DOWNLOAD_MAGNETLINK | replace: '&', '\&'}}" class="magnetlink" data-proofer-ignore></a>{% endif %}<br>
|
||||
<a href="/en/version-history">{% translate versionhistory %}</a>
|
||||
</p>
|
||||
<p class="downloadkeys">
|
||||
<span>{% translate releasekeys %}</span>
|
||||
<a href="/gavinandresen.asc">v0.8.6 - 0.9.2.1</a>
|
||||
<a href="/laanwj.asc">v0.9.3 - 0.10.2</a>
|
||||
<a href="/laanwj-releases.asc">v0.11.0+</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<h2>Bitcoin Core Release Signing Keys</h2>
|
||||
|
||||
<ul class="wrapped_list">
|
||||
<li><a href="/gavinandresen.asc">0.8.6 {% translate to %} 0.9.2.1</a></li>
|
||||
<li><a href="/laanwj.asc">0.9.3 {% translate to %} 0.10.2</a></li>
|
||||
<li><a href="/laanwj-releases.asc">0.11.0 {% translate and_later %}</a></li>
|
||||
</ul>
|
||||
|
||||
<br class="clear">
|
||||
|
||||
<h2><img src="/img/icons/note.svg" class="warningicon" alt="note">{% translate patient %}</h2>
|
||||
<p>{% translate notesync %} {% translate full_node_guide %}</p>
|
||||
<p>{% translate notelicense %}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue