I\'m hosting a few sites with GitHub Pages (User and Project Pages), but they are not displaying their favicons (in the browser).
It also works with favicon.png
...
The only problem is the slash /
in "/favicon.png"
However this does not work for sub-pages!
The link should look like this - so you have the favicon on every page:
The resolved URL looks like:
https://pme123.github.io/scala-adapters/assets/images/favicon.png
This expects the favicon.png
in assets/images
folder of your Jekyll project.