We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4178dd7 commit cbf763bCopy full SHA for cbf763b
_includes/staticman-script.html
@@ -2,7 +2,7 @@
2
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
3
<script>
4
if (typeof jQuery == 'undefined') {
5
- document.write('<script src="/beautiful-jekyll/js/jquery-1.11.2.min.js"></scr' + 'ipt>');
+ document.write('<script src="{{ site.baseurl }}/js/jquery-1.11.2.min.js"></scr' + 'ipt>');
6
}
7
</script>
8
0 commit comments