fix urls when baseURL is not at root

This commit is contained in:
Shaform
2018-11-23 20:20:39 -05:00
parent f07ab7fa31
commit c44467ce23
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<label for="menu-control">
<img src="{{- .Site.BaseURL -}}/svg/menu.svg" />
<img src="{{ "svg/menu.svg" | absURL }}" />
</label>
<strong>{{- template "title" . }}</strong>
<strong>{{- template "title" . }}</strong>