-
Notifications
You must be signed in to change notification settings - Fork 7
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
RSS feed for the blog #351
Comments
@wioux @vbrown608 So I thought I'd take a stab at this but am getting a little lost. Since we are creating the blog from a feed, is there a direct way to just use that feed? Or do I need to create a feed of the blog posts such as suggested here? https://www.codingfish.com/blog/129-how-to-create-rss-feed-rails-4-3-steps |
Yeah I think it would be best to link directly to the same feed SEC is using itself: https://www.eff.org/deeplinks.xml?field_issue_tid=11461 |
Allright, I'll give it another shot. I think I was overcomplicating things. |
We don't necessarily need a UI for this, just a
<link rel="alternate" type="application/rss+xml" title="RSS"
href="https://sec.eff.org/blog/rss"> or somesuch would do it.
The text was updated successfully, but these errors were encountered: