diff --git a/_config.yml b/_config.yml
index f206210..0943d70 100644
--- a/_config.yml
+++ b/_config.yml
@@ -66,6 +66,8 @@ wikidata_id: # your wikidata id
dblp_url: # your DBLP profile url
stackoverflow_id: #your stackoverflow id
+rss_icon: true
+
contact_note: >
You can even add a little note about which of these is the best way to reach you.
diff --git a/_includes/social.html b/_includes/social.html
index eda6865..48172cd 100644
--- a/_includes/social.html
+++ b/_includes/social.html
@@ -16,3 +16,5 @@
{% if site.gitlab_username %}{% endif %}
{% if site.dblp_url %}{% endif %}
{% if site.stackoverflow_id %}{% endif %}
+
+{% if site.rss_icon %}{% endif %}