yizeng / jekyll-theme-simple-texture

A gem-based responsive simple texture styled Jekyll theme.
https://yizeng.github.io/jekyll-theme-simple-texture/
MIT License
189 stars 216 forks source link

How to change the icon of the whole webpage? #40

Open Mosms opened 11 months ago

Mosms commented 11 months ago

Having seen yizeng.me/blog, I found all the icons of your pages are changed to (maybe?) a favicon.ico. But when I just added an .ico file, the webpage's icon only changed at the home, the icon of post and blog pages remained blank. How can I fix this? I have tried "link" way in html files also, but this didn't work for me.

Mosms commented 5 months ago

I have fixed this problem by coding <link rel="icon" href="{{ site.url }}{{ site.baseurl }}{{ site.favicon }}" sizes="16x16"> in html and add the settings of site.😀