question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Link to RSS feed doesn't add to the source code of pages

See original GitHub issue

Hello!

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:closed
  • Created 7 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
onlinecommented, Jul 17, 2016

@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.

1reaction
ppofficecommented, Jul 17, 2016

I missed this when I update the structure of _config.yml. Thanks for pointing it out😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found