which I thought would mean the RSS feed in the bottom nav link would point to: https://www.erindarrow.com/feed.xml but instead it points to the same page I am already on (www.erindarrow.com)
Thinking the RSS feed in config.yml was pointing to the wrong page, I also tried changing RSS: /feed.xml to RSS: /blog/feed.xml and that did not work either.
I must be doing something wrong here (maybe something simple) but I can't work out what it is. Can anyone help?
Screenshots
Additional context
The actual feed general via the jekyll-feed plugin seems to work at: https://www.erindarrow.com/feed.xml - it seems to be the bottom nav link that doesn't direct to the feed correctly.
Summary
I'm trying to set up the RSS feed function for my site via repository https://github.com/erindarrow/erindarrow.github.io.
Everything looks okay to me according to this - I have gem 'jekyll-feed' in my Gemfile and
plugins: - jekyll-feed
in config.ymlAlso in the config.yml nav_footer, I have
which I thought would mean the RSS feed in the bottom nav link would point to: https://www.erindarrow.com/feed.xml but instead it points to the same page I am already on (www.erindarrow.com)
Thinking the RSS feed in config.yml was pointing to the wrong page, I also tried changing RSS: /feed.xml to RSS: /blog/feed.xml and that did not work either.
I must be doing something wrong here (maybe something simple) but I can't work out what it is. Can anyone help?
Screenshots
Additional context
The actual feed general via the jekyll-feed plugin seems to work at: https://www.erindarrow.com/feed.xml - it seems to be the bottom nav link that doesn't direct to the feed correctly.