update favicon again

This commit is contained in:
Thomas T 2023-12-29 03:17:07 -05:00 committed by GitHub
parent 68c3ee6096
commit d71102f81e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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