mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
c555f8fdfd
Co-authored-by: deathrow <privatedeathrow@protonmail.com> Co-authored-by: NebulaOnion <84784521+nebulaonion@users.noreply.github.com> Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/65
10 lines
279 B
HTML
10 lines
279 B
HTML
{% if site.github_username != null %}
|
|
<a href="https://github.com/{{site.github_username}}" target="_blank">
|
|
<i class="fa fa-github fa-3x"></i>
|
|
</a>
|
|
{% endif %}
|
|
{% if site.email != null %}
|
|
<a href="mailto:{{site.email}}">
|
|
<i class="fa fa-envelope fa-3x"></i>
|
|
</a>
|
|
{% endif %} |