Improved RSS feeds
markjgsmith.com·4d
Flag this post

Improved RSS feeds

2025-11-12 23:57:00 +01:00 by Mark Smith

Magnum

I discovered that my RSS feeds were rendering the title inside the description. Titles should go in the title field! I know I know. How embarrassing.

Honestly it’s some sort of miracle of miracles that I even have RSS feeds that work at all. When I wrote the static site generator, I figured out how to do serverside components using just regular javascript and ejs templates, and that was pretty cool. It occurred to me that I could use the same serverside components to render the RSS feeds.

The way it works is essentially when the feed builder iterates through the posts data, it grabs…

Similar Posts

Loading similar posts...