From 1e41a09812d8e364501fa178163310ae80bba1b1 Mon Sep 17 00:00:00 2001 From: Rohan Deb Sarkar Date: Sat, 9 Oct 2021 06:21:38 +0530 Subject: [PATCH] Add RSS icon to social.html (#418) * Add rss icon * Add a blank line to make sure rss icon is always at the last --- _config.yml | 6 ++++-- _includes/social.html | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 32728bfe0c32..2af9c64b06e9 100644 --- a/_config.yml +++ b/_config.yml @@ -66,8 +66,10 @@ wikidata_id: # your wikidata id dblp_url: # your DBLP profile url stackoverflow_id: #your stackoverflow id -#contact_note: > -# You can even add a little note about which of these is the best way to reach you. +rss_icon: true + +contact_note: > + You can even add a little note about which of these is the best way to reach you. google_analytics: UA-XXXXXXXXX # out your google-analytics code panelbear_analytics: XXXXXXXXX # panelbear analytics site ID diff --git a/_includes/social.html b/_includes/social.html index eda6865e0f80..48172cdb6695 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 %}