Skip to content

Commit 86f9e56

Browse files
nopsqipecey
authored andcommitted
Add WhatsApp to social integration (alshedivat#945)
1 parent e036f16 commit 86f9e56

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
@@ -69,6 +69,7 @@ twitter_username: # your Twitter handle
6969
linkedin_username: # your LinkedIn user name
7070
scholar_userid: # your Google Scholar ID
7171
semanticscholar_id: # your Semantic Scholar ID
72+
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.)
7273
orcid_id: # your ORCID ID
7374
medium_username: # your Medium username
7475
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)