Link to RSS feed doesn't add to the source code of pages
See original GitHub issueHello!
This piece of code for some reason doesn’t add to the source code of the pages link to the rss feed:
<% if (theme.rss) { %>
<link rel="alternative" href="<%- theme.rss %>" title="<%= config.title %>" type="application/atom+xml" />
<% } %>
https://github.com/ppoffice/hexo-theme-icarus/blob/master/layout/common/head.ejs#L32-L34
Can you, please, tell how to fix it?
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to Find the RSS Feed URL for Almost Any Site - Zapier
Right click an empty space on the website you'd like an RSS feed for, then click View Page Source (the exact wording may...
Read more >5 Ways to Get an RSS Feed from a Website - wikiHow
1. Open the website in any web browser. This method will work on any website powered by Wordpress, which is about 30% of...
Read more >How Can I find the RSS Feed of a Website?
The best way to obtain the RSS Link is to find it directly in the page source. To do so, go to the...
Read more >How to Find an RSS Feed's URL
Right click on the website's page, and choose Page Source. In the new window that appears, use the “find” feature (Ctrl + F...
Read more >How to add a source? - Feedly Knowledge Base
Here are 3 ways to find and add the feed: · You can look for the RSS button on the site's page. Copy...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@ppoffice, yes, I saw, but an extension in Chrome and Firefox browsers do not recognize the link to an RSS feed. Everything started to work properly after this manipulations.
Thank you for your help.
I missed this when I update the structure of
_config.yml. Thanks for pointing it out😄