From 1c0560fc03a9be0b6ba823e1f741549856624393 Mon Sep 17 00:00:00 2001 From: "CDN (Diego) Damasceno" <1561504+damascenodiego@users.noreply.github.com> Date: Mon, 8 May 2023 18:56:58 +0200 Subject: [PATCH] Including Lattes CV in Socials (#1404) Resubmitting the PR #1383 --- _config.yml | 1 + _includes/social.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index f3ebd4a..3c3c83e 100644 --- a/_config.yml +++ b/_config.yml @@ -84,6 +84,7 @@ orcid_id: # your ORCID ID medium_username: # your Medium username quora_username: # your Quora username publons_id: # your ID on Publons +lattes_id: # your ID on Lattes (Brazilian Lattes CV) osf_id: # your OSF ID research_gate_profile: # your profile on ResearchGate scopus_id: # your profile on Scopus diff --git a/_includes/social.html b/_includes/social.html index 640a5cf..7b9f720 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -19,6 +19,9 @@ {%- if site.publons_id -%} {% endif %} + {%- if site.lattes_id -%} + + {% endif %} {%- if site.osf_id -%} {% endif %}