Skip to content

Commit

Permalink
fix stylesheet reference in carousel.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cboucher01 committed May 22, 2024
1 parent e7f1753 commit 1bf1104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
Expand Down

0 comments on commit 1bf1104

Please sign in to comment.