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>