Open Victor239 opened 7 months ago
I guess updating Hugo must've done that. I'll take a look.
I just compared the latest file with the one from 3 months ago and I can see no such formatting changes. The extent of the changes is:
spacestation14.com
, because I switched the website domain. To be expected.<
, which are completely valid.About 50 items got redelivered when the update occurred, so I still have the old copies in my RSS reader.
For the feed item https://spacestation14.com/post/22-11-30-progress-report-38/:
Old copy:
Today's version:
This is a bug in your RSS reader not ignoring HTML <template>
tags, as those shouldn't be displayed by default.
Ah I see what the interaction is. Because the full blog post isn't included in the RSS feed I use a Readability-based plugin to import the full post into my RSS reader, and that doesn't strip <template>
tags currently.
If there's a simple change we could do to fix it (like setting display=none on it) then I wouldn't mind accepting it, though I don't really feel like pushing various test versions for that purpose.
The feed available at https://spacestation14.com/index.xml used to be properly formatted and readable, but since the update in the last 24h the formatting is all broken.