mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-07-15 07:42:39 +00:00
* Allow certain pages to be excluded from RSS feed This line adds support for the possibility to exclude a certain page from the RSS feed by adding a param to the front matter: ``` --- hiddenInRss: true --- ``` --------- Co-authored-by: Gerrit Beine <mail@gerritbeine.com> Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>