mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Layout: exempt Download page from anchor link checking
Thanks Saïvann!
This commit is contained in:
parent
4213d102da
commit
8991568e70
1 changed files with 4 additions and 2 deletions
|
@ -16,12 +16,14 @@ lin32: "linux32.tar.gz"
|
|||
lin64: "linux64.tar.gz"
|
||||
|
||||
---
|
||||
<!-- Note: this file exempt from check-for-subheading-anchors check -->
|
||||
|
||||
{% capture PATH_PREFIX %}/bin/bitcoin-core-{{ site.DOWNLOAD_VERSION }}{% endcapture %}
|
||||
{% capture FILE_PREFIX %}bitcoin-{{ site.DOWNLOAD_VERSION }}{% endcapture %}
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
||||
<div class="download">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<h2 id="latestversion">{% translate latestversion %} {{ site.DOWNLOAD_VERSION }}<a type="application/rss+xml" href="/en/rss/releases.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h2>
|
||||
<h2>{% translate latestversion %} {{ site.DOWNLOAD_VERSION }}<a type="application/rss+xml" href="/en/rss/releases.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h2>
|
||||
<div class="mainbutton"><a id="downloadbutton" href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ page.win32exe }}"><img src="/img/os/but_windows.svg" alt="icon">{% translate download %}</a></div>
|
||||
<div class="downloadbox">
|
||||
<p>{% translate downloados %}</p>
|
||||
|
@ -81,7 +83,7 @@ lin64: "linux64.tar.gz"
|
|||
<a href="/en/version-history">{% translate versionhistory %}</a>
|
||||
</p>
|
||||
</div>
|
||||
<h2 id="patient"><img src="/img/icons/note.svg" class="warningicon" alt="note">{% translate patient %}</h2>
|
||||
<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>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue