-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed favicon path #8070
base: master
Are you sure you want to change the base?
Fixed favicon path #8070
Conversation
This was the initial idea, taken from Google docs and W3Schools, however as mentioned later this site:
Has been using the Therefore it's unlikely that it would help with the detection in general 😞
Apart of that the change LGTM. The docs could mention that using an user/organization level GitHub Pages https://pages.github.com/ additionally to the repository project page could help the most. |
Thanks! Let's wait for 2 weeks and then check our search results. If it did not help, we can close this PR. |
Maybe I'm too stupid to understand the real problem here, but there is a “default” favicon set in the docs that no longer exists in the repository. In the docs there is a link to the default image , which no longer exists. In my opinion, the correct favicon is here. Plus, I can't see any favicon in the docs/assets folder. |
The documentation issue is separate, but you're right that the old link wasn't updated after the switch to using the In 56b96b4 the theme data was moved, but for the end-user the way it's accessed stayed the same, as the
You won't find it there because it's exposed as part of the theme, which you linked above
The theme root works like customization: The files inside are merged with the final site build, the favicon is provided for all users by default. |
This PR ensures that the favicon path is absolute if
site_url
is set, and attempt to fix #8066.