Closed Ainali closed 2 years ago
Setting feed_link: false
in _config.yml
removes the feed. But this should not be needed since page-information.liquid in the theme only should render this if the variable is set to true, and right now we haven't set it at all. I think this fix perhaps need to be done in the theme instead of here.
I just noticed that the link for the feed is https://publiccodenet.github.io/feed which is not what is in page-information.liquid now, but it was up untill publiccodenet/jekyll-theme#96 so the implementation guide runs an old version of the theme. I'll try to just re-run the deployment job and see if it changes anything.
Redeploy fixed it!
I noticed that the Feed is enabled in the right column. We should turn it off for this site.