I am using hugo zen theme but I am wondering how to add the favicon to there. The logo is updating properly but the favicon is not updating properly. I did the following changes:
favicon: "apple-touch-icon.png"
And also put the file in the path location: static/images/apple-touch-icon.png. But still not updating.
Anybody knows how to tweak this?
Below is the screenshot where I placed all the logo oro other necessary files:
If you look in the theme you will see that the included favicons are directly inside “static” dir. Browsers tend to assume they are in the root if not otherwise specified.
The “favicon” theme param only effects json feeds. Should have named them better.