I made _layouts folder in my root directory to remove “subscribe via RSS” which appears in minima template. But if I add a new post, it doesn’t update
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?