mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Layout: Add anchor link affordance to all pages
This commit is contained in:
parent
9d9247ee1c
commit
feea5bb21f
4 changed files with 4 additions and 6 deletions
|
@ -102,7 +102,10 @@
|
|||
<div class="footerlicense">© Bitcoin Project 2009-{{ site.time | date: '%Y' }} {% translate footer layout %}</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">fallbackSVG();</script>
|
||||
<script type="text/javascript">
|
||||
fallbackSVG();
|
||||
addAnchorLinks();
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -279,5 +279,3 @@ id: faq
|
|||
|
||||
<h3 id="{% translate morehelp anchor.faq %}">{% translate morehelp %}</h3>
|
||||
<p>{% translate morehelptxt1 %}</p>
|
||||
|
||||
<script>addAnchorLinks();</script>
|
||||
|
|
|
@ -37,5 +37,3 @@ voc:
|
|||
<h2 id="{% translate {{v}} anchor.vocabulary %}">{% translate {{v}} %}</h2>
|
||||
<p>{% translate {{v}}txt %}</p>
|
||||
{% endalphab_for %}
|
||||
|
||||
<script>addAnchorLinks();</script>
|
||||
|
|
|
@ -1035,4 +1035,3 @@ instructions, please [open an issue.](https://github.com/bitcoin/bitcoin.org/iss
|
|||
|
||||
</div>
|
||||
<script>updateToc();</script>
|
||||
<script>addAnchorLinks();</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue