anonymousland/_includes/links.html
NebulaOnion c555f8fdfd Combine CSS, convert to Sass and minify (#65)
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
2023-01-08 15:06:00 +00:00

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 %}