Remove `suscribe via RSS` from _layouts/home.html
denniscmcom opened this issue · 2 comments
denniscmcom commented
Hello.
I'm trying to remove the "suscribe via RSS" text below my blog posts.
What I've tried
Following instructions from other issues related to mine:
- I copied
_includes/footer.html
from the minima repository - deleted
feed-subscribe
block, and place it in_includes/footer.html
in my project. - deleted
gem "jekyll-feed", "~> 0.12"
fromGemfile
- deleted
jekyll-feed
fromplugins:
in_config.yml
However, the message is still apearing just below my posts.
You can check it in the following image or just visiting my demo website
Inspecting the "suscribe via RSS" message in my website you can see this block:
<p class="rss-subscribe">
subscribe <a href="[/feed.xml](view-source:https://denniscmartin.github.io/feed.xml)">via RSS</a>
</p>
Checking _layouts/home.html
in the minima repository, I cannot see the rss-suscribe
block. So, my questions are:
- How is it being rendered?
- How can I remove it?
Thank you.
MarvinVoV commented
I encountered the same problem.
4332weizi commented
Hi, have you been able to find any solutions?