Description
Visiting /feed.xml shows a wall of unstyled raw XML, poor UX for anyone who navigates there directly.
Steps to Reproduce
- Visit
/feed.xml on the live site
Proposed Fix
Add an XSLT stylesheet (feed.xslt.xml) and reference it from the feed via an <?xml-stylesheet?> processing instruction by overriding the default feed templates for both Jekyll (local) and Zola (production).
Description
Visiting
/feed.xmlshows a wall of unstyled raw XML, poor UX for anyone who navigates there directly.Steps to Reproduce
/feed.xmlon the live siteProposed Fix
Add an XSLT stylesheet (
feed.xslt.xml) and reference it from the feed via an<?xml-stylesheet?>processing instruction by overriding the default feed templates for both Jekyll (local) and Zola (production).