Skip to content
Discussion options

You must be logged in to vote

Your favicon path isn't correct, that's why it doesn't show up any of your post/pages and only the home.
You need to make it relative, which can easily be done by adding a preceding / or using Jekyll's relative_url filter.

Change your favicon line to this:

<link rel="shortcut icon" type="image/png" href="{{ 'favicon.png' | relative_url }}">

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nicolgit
Comment options

@thinkhuman
Comment options

Answer selected by mmistakes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3487 on February 25, 2022 14:54.