22 lines
1.3 KiB
HTML
22 lines
1.3 KiB
HTML
{%- if site.email -%}
|
|
<a href="mailto:{{ site.email | encode_email }}" title="email" class="rel-1z"><i class="fas fa-envelope"></i></a>
|
|
{% endif %}
|
|
{%- if site.forgejo_username -%}
|
|
<a href="https://git.slc.ar/{{ site.forgejo_username }}" title="Git" class="rel-1z"><i class="fab fa-git"></i></a>
|
|
{% endif %}
|
|
{%- if site.codeberg_username -%}
|
|
<a href="https://codeberg.org/{{ site.codeberg_username }}" title="Codeberg" class="rel-1z"><i class="fab fa-git-alt"></i></a>
|
|
{% 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://github.com/{{ site.github_username }}" title="GitHub" class="rel-1z"><i class="fab fa-github"></i></a>
|
|
{% endif %}
|
|
{%- if site.linkedin_username -%}
|
|
<a href="https://www.linkedin.com/in/{{ site.linkedin_username }}" title="LinkedIn" class="rel-1z"><i class="fab fa-linkedin"></i></a>
|
|
{% endif %}
|
|
{%- if site.work_url -%}
|
|
<a href="{{ site.work_url }}" title="Work" class="rel-1z"><i class="fas fa-briefcase"></i></a>
|
|
{% endif %}
|