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:
Eryn Wells 2022-11-05 23:59:13 -07:00
parent 877dcedbcd
commit 81c04c7b5e

View 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.
*/}}