diff --git a/_config.yml b/_config.yml index 1fa4a47..6e16a74 100644 --- a/_config.yml +++ b/_config.yml @@ -24,6 +24,9 @@ scholar_userid: # your Google Scholar ID orcid_id: # your ORCID ID medium_username: # your Medium username quora_username: # your Quora username +publons_id: # your ID on Publons +research_gate_profile: # your profile on ResearchGate +blogger_url: # your blogger URL contact_note: > You can even add a little note about which of these is the best way to reach you. diff --git a/_includes/social.html b/_includes/social.html index 87709c4..9d8f68b 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -3,12 +3,15 @@ {% if site.email %}{% endif %} {% if site.orcid_id %}{% endif %} {% if site.scholar_userid %}{% endif %} + {% if site.publons_id %}{% endif %} + {% if site.research_gate_profile %}{% endif %} {% if site.github_username %}{% endif %} {% if site.linkedin_username %}{% endif %} {% if site.twitter_username %}{% endif %} {% if site.strava_userid %}{% endif %} {% if site.medium_username %}{% endif %} {% if site.quora_username %}{% endif %} + {% if site.blogger_url %}{% endif %}