Use relURLs

This commit is contained in:
C. Lente 2023-02-13 16:50:21 -03:00
parent ee51627153
commit 15a1e63122
Failed to generate hash of commit
3 changed files with 3 additions and 3 deletions

View file

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