Skip to content

Commit b4507f8

Browse files
authored
Add WhatsApp to social integration (alshedivat#945)
1 parent 636c759 commit b4507f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ twitter_username: # your Twitter handle
7373
linkedin_username: # your LinkedIn user name
7474
scholar_userid: # your Google Scholar ID
7575
semanticscholar_id: # your Semantic Scholar ID
76+
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.)
7677
orcid_id: # your ORCID ID
7778
medium_username: # your Medium username
7879
quora_username: # your Quora username

_includes/social.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{%- if site.email -%}
22
<a href="mailto:{{ site.email | encode_email }}" title="email"><i class="fas fa-envelope"></i></a>
33
{% endif %}
4+
{%- if site.whatsapp_number -%}
5+
<a href="https://wa.me/{{ site.whatsapp_number }}" title="whatsapp"><i class="fab fa-whatsapp"></i></a>
6+
{% endif %}
47
{%- if site.orcid_id -%}
58
<a href="https://orcid.org/{{ site.orcid_id }}" title="ORCID"><i class="ai ai-orcid"></i></a>
69
{% endif %}

0 commit comments

Comments
 (0)