1
0
weblog/_includes/scripts.html
JackCarterSmith 64f91ff50b
All checks were successful
Build Jekyll weblog / build (push) Successful in 2s
Initial commit
2023-09-02 18:55:02 +02:00

17 lines
629 B
HTML

<!--
Common scripts used by all pages.
Scripts are included at the end of <body>
(in footer.html), to avoid blocking other
content downloads while the browser fetches
the scripts.
-->
<!-- jQuery/Bootstrap: Use external CDNs to leverage parallel access. -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Common local site scripts: -->
<script type="text/javascript" src="{{ "/static/js/main.js" | prepend: site.baseurl }}"></script>