Use absolute URLs #26

This commit is contained in:
koirand 2019-03-28 01:45:34 +09:00
parent e9e49d53d1
commit acf8d53cdd
10 changed files with 11 additions and 14 deletions

View file

@ -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>