File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ {% capture RELEASE %}{% for subver in page.release %}{{subver}}{% unless forloop.last %}.{% endunless %}{% endfor %}{% endcapture %}
2
+ {% capture PATH_PREFIX %}/bin/bitcoin-core-{{RELEASE}}{% endcapture %}
3
+ {% capture FILE_PREFIX %}bitcoin-{{RELEASE}}{% endcapture %}
4
+ {% assign magnet=page.optional_magnetlink %}
5
+ < https: //bitcoincore.org{{ PATH_PREFIX }}/>
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 @@ -27,7 +27,7 @@ optional_magnetlink: "magnet:?xt=urn:btih:c56c87ccfaa8e6fbccc90d549121e61efd97cb
27
27
{% githubify https://github.com/bitcoin/bitcoin %}
28
28
Bitcoin Core version 0.17.1 is now available from:
29
29
30
- < https://bitcoincore.org/bin/bitcoin-core-0.17.1/ >
30
+ {% include download_release.html %}
31
31
32
32
This is a new minor version release, with various bugfixes
33
33
and performance improvements, as well as updated translations.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ optional_magnetlink: "magnet:?xt=urn:btih:c3ba0cfee3ef8413098ac5e81db08a2670e9da
27
27
{% githubify https://github.com/bitcoin/bitcoin %}
28
28
Bitcoin Core version 0.18.1 is now available from:
29
29
30
- < https://bitcoincore.org/bin/bitcoin-core-0.18.1/ >
30
+ {% include download_release.html %}
31
31
32
32
This is a new minor version release, including new features, various bug
33
33
fixes and performance improvements, as well as updated translations.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ optional_magnetlink: "magnet:?xt=urn:btih:436859e8dddf4d8bd22d9ecc826139b6749a9a
30
30
31
31
Bitcoin Core version 0.19.0.1 is now available from:
32
32
33
- < https://bitcoincore.org/bin/bitcoin-core-0.19.0.1/ >
33
+ {% include download_release.html %}
34
34
35
35
This release includes new features, various bug fixes and performance
36
36
improvements, as well as updated translations.
Original file line number Diff line number Diff line change 122
122
position :relative ;
123
123
top :4px ;
124
124
}
125
- .downloadbox . magnetlink {
125
+ .magnetlink {
126
126
display :inline-block ;
127
127
width :16px ;
128
128
height :16px ;
You can’t perform that action at this time.
0 commit comments