Skip to content

Commit

Permalink
Remove async loading w isotope (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser authored Feb 20, 2024
1 parent bedd1ac commit 5c148c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}</div>
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<script src="https://npmcdn.com/isotope-layout@3/dist/isotope.pkgd.js" async></script>
<script src="https://npmcdn.com/isotope-layout@3/dist/isotope.pkgd.js"></script>
<script src="https://npmcdn.com/imagesloaded@4/imagesloaded.pkgd.js"></script>
<script src="{{ '/assets/js/dropdown.js' | relative_url }}"></script>
<script src="https://kit.fontawesome.com/2409929a54.js" crossorigin="anonymous" async></script>

0 comments on commit 5c148c0

Please sign in to comment.