Skip to content

Commit c96da57

Browse files
committed
Add header anchor links
1 parent f9f8a80 commit c96da57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
{% include footer.html %}
3232
</footer>
3333

34+
<script src="https://cdn.jsdelivr.net/npm/anchor-js@4/anchor.min.js"></script>
35+
<script>anchors.add();</script>
36+
3437
</body>
3538

3639
</html>

0 commit comments

Comments
 (0)