From fd65e00a3668efb0b7ad24e5dc062812d6f53445 Mon Sep 17 00:00:00 2001 From: Mathias Micheel <49622130+buerviper@users.noreply.github.com> Date: Fri, 17 Feb 2023 03:35:20 +0100 Subject: [PATCH] Add OSF to social (#1185) --- _config.yml | 1 + _includes/social.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 33eda21cd6ca..f201ee51cc16 100644 --- a/_config.yml +++ b/_config.yml @@ -74,6 +74,7 @@ orcid_id: # your ORCID ID medium_username: # your Medium username quora_username: # your Quora username publons_id: # your ID on Publons +osf_id: # your OSF ID research_gate_profile: # your profile on ResearchGate blogger_url: # your blogger URL work_url: # work page URL diff --git a/_includes/social.html b/_includes/social.html index b6aed8026d0e..311e6369c44a 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -16,6 +16,9 @@ {%- if site.publons_id -%} {% endif %} + {%- if site.osf_id -%} + + {% endif %} {%- if site.research_gate_profile -%} {% endif %}