Load jquery on all pages because idk how to make it only load when I make a gallery.

This commit is contained in:
2025-02-26 19:06:12 -05:00
parent a8c81516e5
commit 32f3c8b1a8
29 changed files with 271 additions and 32 deletions

View File

@ -29,7 +29,16 @@ Most websites have a page that contains information about each subpage in a comp
}
</style>
</noscript><script async defer data-website-id="cfe9001f-a59d-4e57-9df0-10551852558b" src="https://umami.zacharybillman.com/umami.js"></script>
</noscript>/* Umami site analysis */
<script async defer data-website-id="cfe9001f-a59d-4e57-9df0-10551852558b" src="https://umami.zacharybillman.com/umami.js"></script>
/*Made the dang shortcode gallery work! */
<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"/>
<meta property="og:url" content="https://www.zacharybillman.com/posts/rss-feeds-to-find-science-papers/">
<meta property="og:site_name" content="Zachary Billman">
<meta property="og:title" content="Using RSS feeds to keep on top of science.">