Add codeberg account
This commit is contained in:
parent
34b1168133
commit
c757c6f04c
|
@ -37,6 +37,7 @@ og_image:
|
|||
github_username: santilococo
|
||||
gitlab_username: santilococo
|
||||
linkedin_username: santilococo
|
||||
codeberg_username: slococo
|
||||
work_url:
|
||||
|
||||
contact_note:
|
||||
|
|
|
@ -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 %}
|
Loading…
Reference in New Issue