Skip to content

Commit

Permalink
Add WhatsApp to social integration (alshedivat#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopsqi authored and chowland committed Aug 23, 2023
1 parent 3b2d79d commit d7b225c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ twitter_username: chowlandGFD # your Twitter handle
linkedin_username: cjhowland # your LinkedIn user name
scholar_userid: pf4KNaQAAAAJ # 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: 0000-0003-3686-9253 # your ORCID ID
medium_username: # your Medium username
quora_username: # your Quora username
Expand Down
3 changes: 3 additions & 0 deletions _includes/social.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{%- if site.email -%}
<a href="mailto:{{ site.email | encode_email }}" title="email"><i class="fas fa-envelope"></i></a>
{% endif %}
{%- if site.whatsapp_number -%}
<a href="https://wa.me/{{ site.whatsapp_number }}" title="whatsapp"><i class="fab fa-whatsapp"></i></a>
{% endif %}
{%- if site.orcid_id -%}
<a href="https://orcid.org/{{ site.orcid_id }}" title="ORCID"><i class="ai ai-orcid"></i></a>
{% endif %}
Expand Down

0 comments on commit d7b225c

Please sign in to comment.