-
Notifications
You must be signed in to change notification settings - Fork 196
DOCs: Clarify Favicon #219
Comments
Can you turn SVG on for me? I think I see the problem.... If so, I'm dumb. hugo-future-imperfect-slim/layouts/partials/meta.html Lines 10 to 14 in 80efb2d
The reasoning for this is to allow for a more robust favicon (including bookmark tiles on mobile). This is addressed in the wiki. |
@pacollins I did enable SVG with no success. Here's my current
The favicon is called Update: I set this:
I know, I've read the wiki. But my thinking is "I'd rather it worked somewhat, than conceptually worked great" :) |
It does work, you are just not putting the favicon in the right directory. It should be in Upon inspecting the wiki, it looks like my wording is not accurate to what I intended. There is not support for a root directory favicon. That would need to be a PR adding
|
You're right. I placed the icon in
Now it works. I'd just update the docs with the file location, so that it's explicit. Thank you for help 🌸 It's been bugging me for months. |
Bug Report
Describe the bug
Setting a favicon (at least non-SVG) doesn't seem possible.
Expected behavior
When I put a
favicon.ico
file intostatic/
folder and setfavicon = true
inconfig.toml
I expect the favicon to appear on the browser tab.I'd also prefer to set the explicit favicon path in
[params]
section rather than depend on implicit rules.Screenshots
Environment
Additional context
@pacollins Reopening #206 as I still can't figure it out. I combed GitHub to find a project which successfully set the favicon and found this website with following config I can see that the favicon is located in
static/
directly, namedfavicon.ico
.So that's exactly what I set in my project, remembering to increment the version as you suggested
At this point I think I tried every combination to troubleshoot this:
Ananke
theme and it doesn't work when I put it into this project.I'm out of ideas at this point :)
The text was updated successfully, but these errors were encountered: