mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
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 %}
|