Add toggle option for RSS feed visibility (#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
This commit is contained in:
Sean Killeen
2021-02-05 20:26:16 -05:00
committed by GitHub
parent 5fe4c4810d
commit 7bb68edf03
4 changed files with 17 additions and 3 deletions

View File

@ -51,6 +51,7 @@ reCaptcha:
secret :
atom_feed:
path : # blank (default) uses feed.xml
hide : # true, false (default)
search : # true, false (default)
search_full_content : # true, false (default)
search_provider : # lunr (default), algolia, google