mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Use absolute URLs #26
This commit is contained in:
parent
e9e49d53d1
commit
acf8d53cdd
10 changed files with 11 additions and 14 deletions
|
@ -3,7 +3,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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue