Skip to content

Commit 6244e87

Browse files
nopsqichertianser
authored andcommitted
Add WhatsApp to social integration (alshedivat#945)
1 parent d23afbb commit 6244e87

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
@@ -72,6 +72,7 @@ twitter_username: chertianser # your Twitter handle
7272
linkedin_username: chertianser # your LinkedIn user name
7373
scholar_userid: -bvYUPIAAAAJ # your Google Scholar ID
7474
semanticscholar_id: # your Semantic Scholar ID
75+
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.)
7576
orcid_id: # your ORCID ID
7677
medium_username: # your Medium username
7778
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)