diff --git a/_config.yml b/_config.yml index e0fcb6c..0fd5e50 100644 --- a/_config.yml +++ b/_config.yml @@ -58,6 +58,8 @@ social-network-links: # telegram: yourname # calendly: yourname # mastodon: instance.url/@username +# ORCID: your ORCID ID +# google-scholar: your google scholar # --- General options --- # diff --git a/_includes/social-networks-links.html b/_includes/social-networks-links.html index 7ff0c45..77f9ccb 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -240,4 +240,28 @@ {%- endif -%} +{%- if site.social-network-links.ORCID -%} +
  • + + + ORCID + +
  • +{%- endif -%} + +{%- if site.social-network-links.google-scholar -%} +
  • + + + Google Scholar + +
  • + {%- endif -%} +