Skip to content

Commit 13572bc

Browse files
committed
Templates: temporarily remove torrent link from Download page
1 parent 223c489 commit 13572bc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

_includes/download_release.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ <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>
7573
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX}}.tar.gz" class="dl">{{ page.source }}</a><br>
7674
<a href="/en/releases">{{ page.versionhistory }}</a>
7775
</p>

0 commit comments

Comments
 (0)