So here's my first Statamic tip: don't forget xml_handler in your RSS template

Posted
Categories
note
Tags
site statamic i-fixed-it

Yeah, the link was there: index.xml. It just wasn’t outputting valid XML until I replaced my raw <?xml with the xml_handler tag:

{{ xml_handler }}

Should be all better now. Or at least better than it was.