html - Github Pages website favicon not showing -


i'm hosting website using github pages. connected cloudflare website because of ssl. when added favicon.ico website , following code in <head> make favicon show up, still doesn't show up. can do?

<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> 

(english not native language)

edit: seems other people can see favicon, except me. why?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -