I wanted to remove “Subscribe via RSS” from my home page while using minima theme in Jekyll. I read on the internet that make a _layouts folder in the root directory and then make home.html file and remove “Subscribe via RSS”. It worked. But now if I add a new post in _posts, it doesn’t automatically get updated in my home.html. How do I solve this?
If I don’t have a _layouts folder and I simply keep the index.html in _sites folder, it updates my home page automatically when I add a post, but the problem here is that “Subscribe via RSS” still remains.
shubhamingaleiitb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.