Skip to content

Commit d81e749

Browse files
committed
Revert "Templates: temporarily remove torrent link from Download page"
This reverts commit 13572bc.
1 parent b664d26 commit d81e749

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_includes/download_release.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
{% assign magnet=page.optional_magnetlink %}
55
<https://bitcoincore.org{{ PATH_PREFIX }}/>
66

7+
<a href="https://bitcoincore.org{{ PATH_PREFIX }}/{{ FILE_PREFIX }}.torrent" class="dl">Download torrent</a>
8+
{% if magnet %} <a href="{{ magnet | replace: '&', '\&amp;'}}" class="magnetlink" data-proofer-ignore></a>{% endif %}<br>

_includes/templates/download.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
7070
</div>
7171
<p class="downloadmore">
7272
<a href="{{ PATH_PREFIX }}/SHA256SUMS.asc" class="dl">{{ page.downloadsig }}</a><br>
73+
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}.torrent" class="dl">{{ page.downloadtorrent }}</a>
74+
{% if magnet %} <a href="{{ magnet | replace: '&', '\&amp;'}}" class="magnetlink" data-proofer-ignore></a>{% endif %}<br>
7375
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX}}.tar.gz" class="dl">{{ page.source }}</a><br>
7476
<a href="/en/releases">{{ page.versionhistory }}</a>
7577
</p>

0 commit comments

Comments
 (0)