Post #3012184
2026-04-02 23:02 UTC
TLDR: html treats differently from rss, rss expects the data to be within the tag content whereas html expects the data to be as attributes on the tag
Jekyll was doing the following:
… <link>
The fix was to name the page template file *.rss instead of *.md
The layout file can still be named rss.html but the page template seems to have to be named something other than html or md…
Replies (0)
No replies.