The static station built by github-pages, why some pages of favicon can be displayed, while others don't?

my domain name is www.mycat-kiss.me,

favicon.ico has been placed in the repository root directory, but some pages visited are not displayed (such as the home page http://www.mycat-kiss.me), while others are displayed (such as this resource link http://www.mycat-kiss.me/css/.)


you specified favicon: in index.html

<link rel="shortcut icon" href="/img/ironman-draw.png">

Please delete the above line of code.

because you specified that favicon's url, browser will no longer look for favicon.ico in the root directory.

Menu