Use absURL instead of BaseURL

This commit is contained in:
Michael Romero 2018-10-29 22:49:20 -07:00
parent 4c2db9a5b4
commit 10324b0d27

View File

@ -4,7 +4,7 @@
<div class="text-center">
<h1>{{ i18n "pageNotFound" }}</h1>
<br/>
<img src="{{ .Site.BaseURL }}/img/404-southpark.jpg" />
<img src="{{ "img/404-southpark.jpg" | absURL }}" />
</div>
</div>
{{ end }}