Skip to content

Commit c9f7d5b

Browse files
Update dependency anchor-js to v5 (#98)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9a4ff3 commit c9f7d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
</footer>
1111
{% if site.enable_anchorjs %}<!-- AnchorJS -->
12-
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.3.1/anchor.min.js"></script>
12+
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/5.0.0/anchor.min.js"></script>
1313
<script>
1414
anchors.options.visible = 'always';
1515
anchors.add('article h1, article h2, article h3, article h4, article h5, article h6');

0 commit comments

Comments
 (0)