The hugo.toml file inside the exampleSite directory suggests that a favicon.png file should be provided in the assets/images/ folder.
|
# The path to your favicon |
|
favicon = "images/favicon.png" |
Using a .png file does not result in the favicon appearing in my browser tab. Generating a favicon.ico file and linking to that (favicon = "images/favicon.ico") does work however. 🙂
Browser: Mozilla Firefox 135.0
Hugo version: hugo-extended 0.145.0
Theme version: c3286b7 installed as a submodule
The hugo.toml file inside the exampleSite directory suggests that a
favicon.pngfile should be provided in theassets/images/folder.hugo-bearcub/exampleSite/hugo.toml
Lines 44 to 45 in c3286b7
Using a .png file does not result in the favicon appearing in my browser tab. Generating a
favicon.icofile and linking to that (favicon = "images/favicon.ico") does work however. 🙂Browser: Mozilla Firefox 135.0
Hugo version: hugo-extended 0.145.0
Theme version: c3286b7 installed as a submodule