Skip to content

Commit

Permalink
Fix Staticman's raw JSON response in #440 (#444)
Browse files Browse the repository at this point in the history
* Fix redirection error in daattali/beautiful-jekyll#440

* Corrected jQuery call URL in Staticman script
  • Loading branch information
VincentTam authored and Avonae committed Apr 30, 2024
1 parent 1609363 commit 554ac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/staticman-script.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script>
if (typeof jQuery == 'undefined') {
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>');
}
</script>
<script>
Expand Down

0 comments on commit 554ac8f

Please sign in to comment.