File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
{% assign magnet=page.optional_magnetlink %}
5
5
< https: //bitcoincore.org{{ PATH_PREFIX }}/>
6
6
7
+ < a href ="https://bitcoincore.org{{ PATH_PREFIX }}/{{ FILE_PREFIX }}.torrent " class ="dl "> Download torrent</ a >
8
+ {% if magnet %} < a href ="{{ magnet | replace: '&', '\&'}} " class ="magnetlink " data-proofer-ignore > </ a > {% endif %}< br >
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
70
70
</ div >
71
71
< p class ="downloadmore ">
72
72
< 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: '&', '\&'}} " class ="magnetlink " data-proofer-ignore > </ a > {% endif %}< br >
73
75
< a href ="{{ PATH_PREFIX }}/{{ FILE_PREFIX}}.tar.gz " class ="dl "> {{ page.source }}</ a > < br >
74
76
< a href ="/en/releases "> {{ page.versionhistory }}</ a >
75
77
</ p >
You can’t perform that action at this time.
0 commit comments