Zen theme favicon is not displaying properly

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:

Move them into the root of the static directory.

cc @frjo

1 Like

Wow! It works. Thank you very much :smiley:

Glad you found my Zen theme useful!

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.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.