From 200e6567fb4dfacfb8d0759a0728e9db94dcd916 Mon Sep 17 00:00:00 2001 From: Muhamamd Naufal Shidqi Date: Tue, 25 Oct 2022 19:14:25 +0700 Subject: [PATCH] Add WhatsApp to social integration (#945) --- _config.yml | 1 + _includes/social.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 16dee29773aa..0c6daaeba3af 100644 --- a/_config.yml +++ b/_config.yml @@ -73,6 +73,7 @@ twitter_username: alackles # your Twitter handle linkedin_username: # your LinkedIn user name scholar_userid: # your Google Scholar ID semanticscholar_id: # your Semantic Scholar ID +whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.) orcid_id: # your ORCID ID medium_username: # your Medium username quora_username: # your Quora username diff --git a/_includes/social.html b/_includes/social.html index 8c7a079c6dbd..e6a75b75a41a 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,6 +1,9 @@ {%- if site.email -%} {% endif %} + {%- if site.whatsapp_number -%} + + {% endif %} {%- if site.orcid_id -%} {% endif %}