finish day 3

This commit is contained in:
2021-05-08 17:26:40 +02:00
parent 008c3a1af7
commit 56bd12e6e1
2 changed files with 14 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
<script src="{{ "/assets/js/jquery-3.5.1.min.js" | relative_url }}"></script>
<script src="{{ "/assets/js/bootstrap.bundle.min.js" | relative_url }}"></script>
<script src="{{ "/assets/js/bootstrap-toc.min.js" | relative_url }}"></script>
<!--Anchors-->
<script src="{{ "/assets/js/anchor.min.js" | relative_url }}"></script>
<script>
@@ -10,4 +11,4 @@
icon: '#',
};
anchors.add('h1, h2, h3, h4, h5').remove('.no-anchor');
</script>
</script>