Add a blank rss_item.rss template as a catch-all for pages that should not be in the feed
This commit is contained in:
parent
877dcedbcd
commit
81c04c7b5e
1 changed files with 4 additions and 0 deletions
4
layouts/_default/rss_item.rss
Normal file
4
layouts/_default/rss_item.rss
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{/*
|
||||
Intentionally empty to stop pages that shouldn't be included in the RSS feed
|
||||
from being rendered with the default RSS template.
|
||||
*/}}
|
Loading…
Add table
Add a link
Reference in a new issue