fix(rss): RSS feed respects sitemap-disabled pages#3318
Conversation
β Deploy Preview for academic-demo canceled.
|
|
Wow, your first PR! Welcome to the community! π Thank you for this contribution to open source and open research. It makes a huge impact for the thousands of innovators building with Hugo Blox. If you're wondering about next steps, please read our Contributor Guide for coding standards, how to run the project locally, and how to get help. We hope this is just the start of your journey with us. Let's build the future together! Join us on Discord to connect with the team and community. Awesome work, we'll take a look soon! β¨ |
484edee to
577788e
Compare
|
Thanks for the PRs and for identifying that private pages can leak into the RSS feed - that's a real gap we'll fix. However, HugoBlox uses its own We'll fix the RSS feed to respect private (which was missing). Supporting Hugo's suggested |
π What type of change is this?
π― What is the purpose of this change?
The default RSS feed in Hugo Blox Kit does not respect the frontmatter flag
sitemap.disable. As a result, excluded pages can appear in the RSS feed, which is inconsistent with the sitemap and may unintentionally expose content.This change updates the RSS layout to exclude sitemap-disabled pages, ensuring the feed only contains indexable content.
πΈ Screenshots or Screencast (if applicable)
Not applicable
βΉοΈ Documentation Check
π Contributor Agreement
Thank you for your contribution!