Elektrine lite

← Feed

@queekusme@mastodon.scot

Post #1906740

2026-04-02 22:43 UTC

Not me fighting with Jekyll for over 2h now trying to get it to not butcher an RSS feed with HTML-isms only to realise you should name the file *.rss and not *.md (the file in the hierarchy, not the permalink haha) Smfh 🤣

Replies (1)

  • @queekusme@mastodon.scot 2026-04-02 23:02

    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…

    Open ##3012184