diff --git a/_config.yml b/_config.yml
index 99175a3ea63a..4357a416e201 100644
--- a/_config.yml
+++ b/_config.yml
@@ -78,6 +78,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 640a5cfefbc4..7b9f72015c38 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 %}