Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve RSS channel defaults #54

Merged
merged 1 commit into from
Feb 12, 2018
Merged

Improve RSS channel defaults #54

merged 1 commit into from
Feb 12, 2018

Conversation

reed-jones
Copy link
Contributor

Set the channel link and description to match siteMetadata's URL and subtitle.

<title>Blog by John Doe</title>
<description>Blog by John Doe</description>
<link>http://github.com/dylang/node-rss</link>

becomes

<title>Blog by John Doe</title>
<description>Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.</description>
<link>https://lumen.netlify.com/</link>

also removed trailing slash in URL as it resulted in a double slash in the feed, leading to a 404

<link>https://lumen.netlify.com//posts/humane-typography-in-the-digital-age/</link>

@alxshelepenok
Copy link
Owner

Thank you

@alxshelepenok alxshelepenok merged commit ac35b81 into alxshelepenok:master Feb 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants