Skip to content

Commit

Permalink
Update scripts.html
Browse files Browse the repository at this point in the history
update cdn.staticfile.org to cdn.staticfile.net
  • Loading branch information
thinkdancer authored Sep 15, 2024
1 parent d794a79 commit df4bd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/scripts.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Add jQuery and other scripts -->
<script src="//cdn.staticfile.org/jquery/1.11.2/jquery.min.js"></script>
<script src="//cdn.staticfile.net/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src={{ "/assets/js/jquery-1.11.2.min.js" | relative_url }}><\/script>')</script>
<script src="{{ '/assets/js/dropcap.min.js' | relative_url }}"></script>
<script src="{{ '/assets/js/responsive-nav.min.js' | relative_url }}"></script>
Expand Down

0 comments on commit df4bd7d

Please sign in to comment.