configurator
configurator copied to clipboard
Website: Favicon not working
Can anyone who has previously used jekyll, mmistakes theme please help fix the website favicon.
Here's the link to the config.yml file
Thank you for your help!!
Please send pull requests to SODACODE-2022
Can I fix this? I believe only favicon.ico is missing in the assets/images folder.
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/assets/images/favicon.ico">
https://github.com/gopaddle-io/configurator/blob/329f3c0ee731422be206a2a936de875226f6e67a/docs/_includes/head-custom.html
I've generated a favicon using https://realfavicongenerator.ne which I can place in the above folder, and it should work I guess?
The favicon generated looks like this -
Yes, you are right. We need a favicon as per the sample you had shared.
Hey @aimanfatima, sure go ahead and send a pull request. I will test it on my environment before merging the code.
@Adeesh-devanand created a PR https://github.com/gopaddle-io/configurator/pull/91 please review