Skip to content

Commit cbf763b

Browse files
VincentTamdaattali
authored andcommitted
Fix Staticman's raw JSON response in daattali#440 (daattali#444)
* Fix redirection error in daattali#440 * Corrected jQuery call URL in Staticman script
1 parent 4178dd7 commit cbf763b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/staticman-script.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
33
<script>
44
if (typeof jQuery == 'undefined') {
5-
document.write('<script src="/beautiful-jekyll/js/jquery-1.11.2.min.js"></scr' + 'ipt>');
5+
document.write('<script src="{{ site.baseurl }}/js/jquery-1.11.2.min.js"></scr' + 'ipt>');
66
}
77
</script>
88
<script>

0 commit comments

Comments
 (0)