Closed grybro closed 1 year ago
Provided that the favicon.ico is inside the static folder, this should be ok.
Are you having trouble displaying the favicon?
That's correct. It doesn't work for me. I even tried to copy over your examplesite, but that didn't work either. When I change "image" to "images" and put the file in static/images that worked for me.
Hi, Is this a bug?
<link rel="icon" type="image/png" href="{{ .Site.BaseURL }}image/favicon.ico">
in the file head-metadata.htmlor should it be "images/favicon.ico"?
thanks.