CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers

Home Page:https://stack.jimmycai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Favicon not displaying

wmbm opened this issue · comments

What happened?

My params.toml file contains

# Output page's full content in RSS.
rssFullContent = true
favicon = "/img/favicon.ico"

and my favicon exists in the img folder, and yet it still doesn't appear in my browser tab?

Any tips?

Hugo version

0.122.0

Theme version

3.21.0

What browsers are you seeing the problem on?

No response

More information about the browser

No response

Relevant log output

No response

Link to Minimal Reproducible Example

https://github.com/wmbm/wmbm.github.io

Move your img folder from assets to static the favicon should work.

just tried this, but observed no change

Ah got it now! For some reason a .ico file won't work but the .jpeg file works when in the static folder