Skip to content

Conversation

@boxdox
Copy link

@boxdox boxdox commented Jan 15, 2026

RSS feed generated was missing content, as default zola template prefers page summary to content. Thus, in feed readers only content before <!-- more --> was being shown. Closes #255

Duplicated zola's default template, and made a few tweaks to make feed valid.

  • Added rss 2.0 namespaces to allow content:encoded tags
  • Author block is removed, front-matter only contains editors field, causing more conditional checks
  • Description contains page's summary if available, defaulting to page title
  • Content is processed for internal and relative links (replaced to 1 level only)

One post from 2022 Oct was throwing warning in w3 rss validator, so fixed it.

@boxdox
Copy link
Author

boxdox commented Jan 16, 2026

@phil-opp looks like some external link check is failing. can you check this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RSS feed doesn't contain newsletter content

1 participant