Make images work with baseURLs containing a subdir
This commit is contained in:
parent
fc8583e445
commit
4edcba8dd1
4 changed files with 5 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
|||
{{ with .Site.Params.favicon }}
|
||||
<link rel="shortcut icon" href="{{ . }}" />{{ end }}
|
||||
<link rel="shortcut icon" href="{{ absURL . }}" />{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue