Open
Description
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!!
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
gopaddle-io commentedon Feb 28, 2022
Please send pull requests to SODACODE-2022
aimanfatima commentedon Mar 13, 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.htmlI'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 -
gopaddle-io commentedon Mar 14, 2022
Yes, you are right. We need a favicon as per the sample you had shared.
Adeesh-devanand commentedon Mar 16, 2022
Hey @aimanfatima, sure go ahead and send a pull request. I will test it on my environment before merging the code.
aimanfatima commentedon Mar 16, 2022
@Adeesh-devanand created a PR
#91
please review