Fix jump links in docs

Signed-off-by: Connor Chan <connorjosephchan@gmail.com>
This commit is contained in:
Connor Chan 2020-10-06 16:56:31 -07:00
parent bc6ab46b2a
commit 4e926f29b0
No known key found for this signature in database
GPG Key ID: C61FF92DDE2DA2A6
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</p>
</div>
{% if page.layout == 'docs' %}
<script src="{{ "./js/anchor.js" | relative_url }}"></script>
<script src="{{ "/js/anchor.js" | relative_url }}"></script>
<script>
anchors.options = {
placement: 'right',