mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
50745e5e2f
* 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>