Add Key icon and links in the /about/ page

This commit is contained in:
Dawid Potocki
2019-11-17 20:36:23 +13:00
parent 35f8af6137
commit 04cf1065a9
2 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,11 @@
<i class="fas fa-link" aria-hidden="true" title="Website"></i>
</a>
{% endif %}
{% if include.keys %}
<a href="{{ include.keys }}" aria-label="Keys" class="card-link" itemprop="url">
<i class="fas fa-key" aria-hidden="true" title="Keys"></i>
</a>
{% endif %}
{% if include.mastodon %}
<a href="{{ include.mastodon }}" aria-label="Mastodon" class="card-link" itemprop="sameAs">
<i class="fab fa-mastodon" aria-hidden="true" title="Mastodon Profile"></i>