rafed / BlogRa

The Ultimate Tech Blogging Hugo Theme
https://rafed.github.io/devra
GNU General Public License v3.0
13 stars 12 forks source link

favicon not displaying #9

Closed grybro closed 1 year ago

grybro commented 1 year ago

Hi, Is this a bug? <link rel="icon" type="image/png" href="{{ .Site.BaseURL }}image/favicon.ico"> in the file head-metadata.html

or should it be "images/favicon.ico"?

thanks.

rafed commented 1 year ago

Provided that the favicon.ico is inside the static folder, this should be ok.

Are you having trouble displaying the favicon?

grybro commented 1 year ago

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.