Make images work with baseURLs containing a subdir

This commit is contained in:
Caio Lente 2023-10-18 23:36:03 -03:00
parent fc8583e445
commit 4edcba8dd1
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
4 changed files with 5 additions and 5 deletions

View file

@ -1,2 +1,2 @@
{{ with .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ . }}" />{{ end }}
<link rel="shortcut icon" href="{{ absURL . }}" />{{ end }}