Overview
Include <category> tags in RSS feed, using a post's hashtags to fill them out.
Background
Users
Suggested on the forum:
Basically, can we get a post’s hashtags turned into elements for that post in the RSS feed?
Include <category> tags in RSS feed, using a post's hashtags to fill them out.
Suggested on the forum:
Basically, can we get a post’s hashtags turned into elements for that post in the RSS feed?
Looks like Category is missing from the feed Item type, there was an issue where a PR was mentioned but never opened. https://github.com/gorilla/feeds/issues/51
The fix was trivial and even showed a diff of their change, I can submit the change upstream real quick.
This was put on hold for now as the fix mentioned only allowed a single tag/category and the 3 supported feeds all allow multiple per item.