Layout: Add anchor link affordance to all pages

This commit is contained in:
David A. Harding 2015-04-09 11:38:08 -04:00
parent 9d9247ee1c
commit feea5bb21f
4 changed files with 4 additions and 6 deletions

View file

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

View file

@ -279,5 +279,3 @@ id: faq
<h3 id="{% translate morehelp anchor.faq %}">{% translate morehelp %}</h3>
<p>{% translate morehelptxt1 %}</p>
<script>addAnchorLinks();</script>

View file

@ -37,5 +37,3 @@ voc:
<h2 id="{% translate {{v}} anchor.vocabulary %}">{% translate {{v}} %}</h2>
<p>{% translate {{v}}txt %}</p>
{% endalphab_for %}
<script>addAnchorLinks();</script>

View file

@ -1035,4 +1035,3 @@ instructions, please [open an issue.](https://github.com/bitcoin/bitcoin.org/iss
</div>
<script>updateToc();</script>
<script>addAnchorLinks();</script>