Fixed loading JQuery for the hugo shortcode gallery.
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -250,6 +250,23 @@ My pandemic hobby is similar, but different in that it often feels like a chore,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/shortcode-gallery/jquery-3.7.1.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="/shortcode-gallery/lazy/jquery.lazy.min.js"></script>
|
||||
|
||||
|
||||
<script src="/shortcode-gallery/swipebox/js/jquery.swipebox.min.js"></script>
|
||||
<link rel="stylesheet" href="/shortcode-gallery/swipebox/css/swipebox.min.css">
|
||||
|
||||
<script src="/shortcode-gallery/justified_gallery/jquery.justifiedGallery.min.js"></script>
|
||||
<link rel="stylesheet" href="/shortcode-gallery/justified_gallery/justifiedGallery.min.css"/>
|
||||
|
||||
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user