Add codeberg account

This commit is contained in:
Santiago Lo Coco 2022-11-12 08:48:38 -03:00
parent 34b1168133
commit c757c6f04c
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@ og_image:
github_username: santilococo
gitlab_username: santilococo
linkedin_username: santilococo
codeberg_username: slococo
work_url:
contact_note:

View File

@ -12,4 +12,7 @@
{% endif %}
{%- if site.gitlab_username -%}
<a href="https://gitlab.com/{{ site.gitlab_username }}" title="GitLab" class="rel-1z"><i class="fab fa-gitlab"></i></a>
{% endif %}
{%- if site.github_username -%}
<a href="https://codeberg.org/{{ site.codeberg_username }}" title="Codeberg" class="rel-1z"><i class="fab fa-git"></i></a>
{% endif %}