Add Key icon and links in the /about/ page #1498

Merged
dawidpotocki merged 3 commits from add-key-icon into master 2019-11-17 08:26:16 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit 0fbc92cd1f - Show all commits

View File

@ -25,7 +25,7 @@
</a> </a>
{% endif %} {% endif %}
{% if include.keys %} {% if include.keys %}
<a href="{{ include.keys }}" aria-label="Keys" class="card-link" itemprop="url"> <a href="{{ include.keys }}" aria-label="Keys" class="card-link" itemprop="sameAs">
<i class="fas fa-key" aria-hidden="true" title="Keys"></i> <i class="fas fa-key" aria-hidden="true" title="Keys"></i>
</a> </a>
{% endif %} {% endif %}