File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ staticman:
107
107
options :
108
108
format : " iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
109
109
atom_feed :
110
+ hide : false # change to true to hide the RSS feed in the footer
110
111
path : # blank (default) uses feed.xml
111
112
112
113
Original file line number Diff line number Diff line change 17
17
{% if site.author.bitbucket %}
18
18
< li > < a href ="http://bitbucket.org/{{ site.author.bitbucket }} "> < i class ="fab fa-bitbucket " aria-hidden ="true "> </ i > Bitbucket</ a > </ li >
19
19
{% endif %}
20
+ {% if site.atom_feed.hide != true %}
20
21
< li > < a href ="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ base_path }}/feed.xml{% endif %} "> < i class ="fa fa-fw fa-rss-square " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</ a > </ li >
22
+ {% endif %}
21
23
</ ul >
22
24
</ div >
23
25
You can’t perform that action at this time.
0 commit comments