Skip to content

Commit

Permalink
Set relative links to CSS and JS on the search page
Browse files Browse the repository at this point in the history
  • Loading branch information
gmantele committed Oct 11, 2024
1 parent db7f0bf commit 7508265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/shortcodes/search-pages.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="stylesheet" href="/css/search-pages.css">
<link rel="stylesheet" href="../css/search-pages.css">

<div class="search-container" data-pagefind-ignore>
<div class="search-form">
Expand All @@ -11,4 +11,4 @@
</div>
</div>

<script src="/js/search.js"></script>
<script src="../js/search.js"></script>

0 comments on commit 7508265

Please sign in to comment.