update favicon

This commit is contained in:
Thomas T 2023-12-29 03:38:09 -05:00 committed by GitHub
parent 0bb7971e38
commit 8f3600528a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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