mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
footer: Update htmlproofer exception; footer link
This commit is contained in:
parent
d503fe0a30
commit
0d98dddbf7
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ HTML::Proofer.new(
|
||||||
'#', ## hrefs pointing to the current page (htmlproofer fails them)
|
'#', ## hrefs pointing to the current page (htmlproofer fails them)
|
||||||
/^$/, ## anchors with no href attribute set (for clickable javascript elements)
|
/^$/, ## anchors with no href attribute set (for clickable javascript elements)
|
||||||
/^\/bin/, ## /bin dir is not part of repository; holds Bitcoin Core binaries
|
/^\/bin/, ## /bin dir is not part of repository; holds Bitcoin Core binaries
|
||||||
'bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE?amount=0.00319&label=Donation%20to%20Bitcoin.org', ## bitcoin address handlers
|
'bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE', ## bitcoin address handlers
|
||||||
/^\/stats/ ## /stats dir is not part of repository; generated by separate stats script
|
/^\/stats/ ## /stats dir is not part of repository; generated by separate stats script
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ http://opensource.org/licenses/MIT.
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p>Bitcoin.org is community supported: <a href="bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE?amount=0.00319&label=Donation%20to%20Bitcoin.org" target="_blank" data-proofer-ignore>1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE</a></p>
|
<p>Bitcoin.org is community supported: <a href="bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE" target="_blank">1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footermenu">
|
<div class="footermenu">
|
||||||
|
|
|
@ -4,7 +4,7 @@ http://opensource.org/licenses/MIT.
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p>Bitcoin.org is community supported: <a href="bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE?amount=0.00319&label=Donation%20to%20Bitcoin.org" target="_blank" data-proofer-ignore>1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE</a></p>
|
<p>Bitcoin.org is community supported: <a href="bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE" target="_blank">1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footermenu">
|
<div class="footermenu">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue