dirkfabisch / mediator

a medium inspired jekyll theme

Home Page:blog.base68.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Favicon icon broken

TheAlbatross279 opened this issue · comments

I forked your repo, but ended up copying it to my own. I noticed that the favicon didn't work when I added a .ico file to the assets/images/ dir.

I think I fixed it by changing the line in _includes/head.html:

  <link rel="shortcut icon" href="{{ "/assets/images/favicon.ico" | prepend: site.baseurl }}">

to including a '?':

  <link rel="shortcut icon" href="{{ "/assets/images/favicon.ico?" | prepend: site.baseurl }}">

Resolved with pull request #57