Reverting changes to go back to absolute URLs

Revert "To relative URL"

This reverts commit 39126b0d06.
This commit is contained in:
Brandon Rozek 2025-12-06 14:09:40 -05:00
parent 39126b0d06
commit e344944c34
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567

View file

@ -1,7 +1,7 @@
<!-- search box -->
<div id="searchBox">
<input type="text" id="searchBoxInput" placeholder="Search..." />
<img id="searchBoxIcon" src="/img/search.png" />
<img id="searchBoxIcon" src="{{ .Site.BaseURL }}/img/search.png" />
</div>
<!-- search results -->
<div id="searchResults"></div>