Skip to content

Commit db33f42

Browse files
authored
delete code for loading anchor.js from internet
1 parent d3f2da1 commit db33f42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_layouts/default-layout.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@
8787
{%- include page_footer.html -%}
8888
</div>
8989

90-
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js"
91-
integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
92-
<script>anchors.add();</script>
90+
<script type="text/javascript">anchors.add();</script>
9391

9492
{%- if page.needAutoGenerateSidebar -%}
9593
<script>

0 commit comments

Comments
 (0)