wowthemesnet / mediumish-theme-jekyll

Jekyll Template - Mediumish
https://wowthemesnet.github.io/mediumish-theme-jekyll/
MIT License
1.29k stars 1.52k forks source link

default.html builds with hardcoded favicon (logo.png) rather than the value of favicon in config.yml #200

Open caedmon5 opened 2 years ago

caedmon5 commented 2 years ago

There needs to be a change in default.html, because the page is not built with the favicon referenced in config.yml.

Solution: Change: <link rel="icon" href="{{ site.baseurl }}/assets/images/logo.png"> to: <link rel="icon" href="{{ site.baseurl }}/{{ site.favicon }}">