Disable RSS Feed
Looking at app/views/refinery/blog/shared/_body_content_right.html it appears that the rss_feed partial is always rendered.
I need to disable the RSS feed for my current project. How would I go about doing that? I'm assuming by using one of the override rake tasks.
When I have more time I would like to add a feature to have this be apart of the settings menu in the admin. Similar to the comments toggle.
Running bundle exec rake refinery:override view=refinery/blog/shared/_body_content_right did the trick. I'll look for the time to implement the feature previously suggested.
My current project also needs the ability to disable tags. I'll add that to the feature list.