A fellow Octopress blogger recently asked how I removed the RSS subscription icon from the Octopress navigation bar.
First, create a new site variable show_feeds by adding a line to the _config.yml file which is in the root folder of the Octopress source.
_config.yml
123456
# RSS / Email (optional) subscription links (change if using something like Feedburner)
+ show_feeds: false subscribe_rss: http://feeds.feedburner.com/zerosharp
subscribe_email:
# RSS feeds can list your email address if you like
email:
Then modify the source/_includes/navigation.html as follows