Layout: exempt Download page from anchor link checking

Thanks Saïvann!
This commit is contained in:
David A. Harding 2015-04-09 15:40:03 -04:00
parent 4213d102da
commit 8991568e70
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -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>