You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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-feedin 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.
The text was updated successfully, but these errors were encountered: