mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-12-08 16:20:24 +00:00
Reverting changes to go back to absolute URLs
Revert "To relative URL"
This reverts commit 39126b0d06.
This commit is contained in:
parent
39126b0d06
commit
e344944c34
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!-- search box -->
|
<!-- search box -->
|
||||||
<div id="searchBox">
|
<div id="searchBox">
|
||||||
<input type="text" id="searchBoxInput" placeholder="Search..." />
|
<input type="text" id="searchBoxInput" placeholder="Search..." />
|
||||||
<img id="searchBoxIcon" src="/img/search.png" />
|
<img id="searchBoxIcon" src="{{ .Site.BaseURL }}/img/search.png" />
|
||||||
</div>
|
</div>
|
||||||
<!-- search results -->
|
<!-- search results -->
|
||||||
<div id="searchResults"></div>
|
<div id="searchResults"></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue