Added anchor.js to docs

main
Selwin Ong 6 years ago
parent 4b8e615644
commit 147efc54dd

6
.gitignore vendored

@ -16,4 +16,10 @@ Vagrantfile
.coverage*
/.cache
<<<<<<< HEAD
.pytest_cache/
=======
Gemfile
Gemfile.lock
_site/
>>>>>>> 600be0a... Added anchor.js to docs

@ -11,3 +11,10 @@
})();
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
anchors.add();
});
</script>

Loading…
Cancel
Save