-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Description
Checklist
- I have read and accepted the contributing guidelines.
How did you create the site?
Generated from chirpy-starter
Describe the bug
Favicon not showing custom icon when using RSS/Atom feed reader
Steps To Reproduce
Ensure you have pushed a custom favicon to your site following the instructions, and this shows correctly in browser.
Edit gemfil to include: gem "jekyll-feed"
Run bundle install
Push changes
Load your site at foo.bar.com/feed.xml, verify you see an XML feed.
Head to feeder.co, and add in the xml address.
Notice that the icon shown next to your site is not the custom image, but is the default chirpy image.
Expected Behavior
I would expect having a custom image render in browser to also show this custom image when subscribing with RSS/Atom feed readers
Environment
- Ruby: 3.4.1
- Jekyll: 4.4.1
- Chirpy: 7.2.4
Anything else?
I've attempted to copy the /assets/img/favicons/favicon.ico file to the root of my site repo, but this hasn't made a change.
Is there a way to have this render correctly on RSS feeds?