Unable to set favicon using Jekyll and github pages
I am trying to set a favicon.ico for my github page, but it doesn't work. When I serve it locally I see the standard "empty" favicon and when I push it I see the facebook icon. Why is it so? I have the right favicon.ico in the root directory of my project and I added the line <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> to the relevant default.html . You can see the sources here: https://github.com/drorata/drorata.github.io Christopher Wells I cloned your project from GitHub to take a look at it. After serving it using Jekyll, the favicon did not display, as you noted. I