Fix permalink for favicon

This commit is contained in:
Gabriel Arazas 2022-11-28 11:01:27 +08:00
parent 25225b5210
commit ddf05e6b04

View File

@ -20,7 +20,7 @@
{{- end }} {{- end }}
<link rel="stylesheet" href="{{ $style.Permalink }}" /> <link rel="stylesheet" href="{{ $style.Permalink }}" />
<link rel="shortcut icon" href="{{ $.Site.BaseURL }}favicon.png" /> <link rel="shortcut icon" href="{{ absURL "favicon.png" }}" />
{{- /* Some sane <meta> tags default */ -}} {{- /* Some sane <meta> tags default */ -}}
{{ hugo.Generator }} {{ hugo.Generator }}