From c757c6f04c85fd3a37f6bcf43c9b41c98ac924ac Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 12 Nov 2022 08:48:38 -0300 Subject: [PATCH] Add codeberg account --- _config.yml | 1 + _includes/social.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 65748d3..c855cba 100644 --- a/_config.yml +++ b/_config.yml @@ -37,6 +37,7 @@ og_image: github_username: santilococo gitlab_username: santilococo linkedin_username: santilococo +codeberg_username: slococo work_url: contact_note: diff --git a/_includes/social.html b/_includes/social.html index 03ea2f6..5d484f3 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -12,4 +12,7 @@ {% endif %} {%- if site.gitlab_username -%} + {% endif %} + {%- if site.github_username -%} + {% endif %} \ No newline at end of file