Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS Feed - Dumb question... #1651

Closed
Andy-ABTec opened this issue May 7, 2018 · 7 comments
Closed

RSS Feed - Dumb question... #1651

Andy-ABTec opened this issue May 7, 2018 · 7 comments

Comments

@Andy-ABTec
Copy link

Apologies, I've been poking around in the docs and not found the solution...

How do I remove the RSS Feed link from the footer?

Any help/advice gratefully accepted...

@mmistakes
Copy link
Owner

mmistakes commented May 7, 2018

You'll have to pull out this line from _includes/footer.html

<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>

https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/footer.html#L21

@Andy-ABTec
Copy link
Author

Andy-ABTec commented May 7, 2018

Star! 🥇 Many thanks, works like a charm...

@hasezoey
Copy link

could this be made an config option?

@stefanbschneider
Copy link

How would this work if I use the remote theme?

@mmistakes
Copy link
Owner

@stefanbschneider It works the same way as gem based theme. Copy _includes/footer.html to your local repo, make whatever changes you need.

Local copies of _includes, _layouts, etc. override those in the theme. There's more documentation on this at the official Jekyll docs.

@sstringer00100
Copy link

The fix works like a charm, but now disables my email link in the both the footer and sidebar.

@twobiers
Copy link

For anyone coming from Google, the feed can be disabled by setting the follwing configuration property in _config.yml:

atom_feed:
  hide: true

Repository owner locked and limited conversation to collaborators Jun 12, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

6 participants