diff --git a/_contrib/bco-htmlproof b/_contrib/bco-htmlproof index 8f2af944..c2708323 100755 --- a/_contrib/bco-htmlproof +++ b/_contrib/bco-htmlproof @@ -27,10 +27,11 @@ HTML::Proofer.new( ## Links to ignore :href_ignore => [ - '#', ## hrefs pointing to the current page (htmlproofer fails them) - /^$/, ## anchors with no href attribute set (for clickable javascript elements) - /^\/bin/, ## /bin dir is not part of repository; holds Bitcoin Core binaries - /^\/stats/ ## /stats dir is not part of repository; generated by separate stats script + '#', ## hrefs pointing to the current page (htmlproofer fails them) + /^$/, ## anchors with no href attribute set (for clickable javascript elements) + /^\/bin/, ## /bin dir is not part of repository; holds Bitcoin Core binaries + /^\/stats/ ## /stats dir is not part of repository; generated by separate stats script + /^\/bitcoin:/ ## handler link for bitcoin addresses (requires wallet in addition to browser) ], ## Mangle links. If we enable external link checking, this will diff --git a/_includes/layout/base-core/footer-menu.html b/_includes/layout/base-core/footer-menu.html index 483dcaf9..edec856e 100644 --- a/_includes/layout/base-core/footer-menu.html +++ b/_includes/layout/base-core/footer-menu.html @@ -3,7 +3,7 @@ This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} -