Add Key icon and links in the /about/ page
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user