You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add toggle option for RSS feed visibility (mmistakes#2787)
* add a "hide" value in config for atom
* Update footer to use param
* update header to use param
* Update docs to note configuration
* undo formatting
* use unless syntax
* unless syntax and indentation
* indentation
Copy file name to clipboardexpand all lines: docs/_docs/05-configuration.md
+9
Original file line number
Diff line number
Diff line change
@@ -559,6 +559,15 @@ atom_feed:
559
559
**Note:** By default the site feed is linked in two locations: inside the [`<head>` element](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/head.html) and at the bottom of every page in the [site footer](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/footer.html).
560
560
{: .notice--info}
561
561
562
+
### Disable Feed Icons
563
+
564
+
By default the theme links to `feed.xml` generated in the root of your site by the **jekyll-feed** plugin. To remove the RSS icon in the header and footer, update `atom_feed` in `_config.yml` like so:
565
+
566
+
```yaml
567
+
atom_feed:
568
+
hide: true
569
+
```
570
+
562
571
### Site search
563
572
564
573
To enable site-wide search add `search: true` to your `_config.yml`.
0 commit comments