Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHammond committed Sep 26, 2024
1 parent 7f53309 commit 486e2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/search-lunr.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="{{site.baseurl}}/js/lunr.js"></script>
<script src="{{site.baseurl}}/assets/js/lunr.js"></script>

<style>
.lunrsearchresult .title {color: #d9230f;}
Expand All @@ -16,7 +16,7 @@
<ul></ul>
</div>

<script src="{{site.baseurl}}/js/lunrsearchengine.js"></script>
<script src="{{site.baseurl}}/assets/js/lunrsearchengine.js"></script>

<script>
function sanitizeAndSearch() {
Expand Down

0 comments on commit 486e2a4

Please sign in to comment.