ttskch / jekyll-ttskch-theme

A simple and customizable theme for Jekyll.
http://ttskch.github.io/jekyll-ttskch-theme/
MIT License
33 stars 67 forks source link

Favicon not working #1

Closed Poorchop closed 9 years ago

Poorchop commented 9 years ago

The favicon isn't showing up in my site. I tried a bunch of different combinations locally but nothing seems to work for me, including hard coding the favicon path. For baseurl, I have tried the following:

baseurl: "" baseurl: baseurl: /

None of these worked. The favicon is still always missing. However, I was able to get the favicon to show up by doing the following:

baseurl: /blog

but that results in a 404 page.

Poorchop commented 9 years ago

I cleared my cache and now I see the favicon. Now sure how this fixed the problem but apologies for opening this issue.