From 00b1233bc144ceb3730a0fe6dfdae1a1b81eb4ea 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 673460e0011d..fdeb30ee10d6 100644 --- a/_config.yml +++ b/_config.yml @@ -71,6 +71,7 @@ twitter_username: # your Twitter handle linkedin_username: david-s-roth 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 %}