Skip to content

Commit

Permalink
fix: add missing script from main changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed Jan 11, 2025
1 parent 9effb7f commit 5cee6c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="{{ "/cache/foundation.min.js" | absolute_url }}"></script>
<script>
$(document).foundation();
</script>
<!-- https://stackoverflow.com/questions/73978467/jekyll-datatables-below-sidebar -->
{%- if page.datatable == true -%}
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.12.1/css/jquery.dataTables.css"> <!--add style sheet-->
Expand Down

0 comments on commit 5cee6c3

Please sign in to comment.