fix: unused classes
This commit is contained in:
parent
32f3da64bb
commit
57cd789b06
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
</span>
|
||||
{% else %}
|
||||
{% if icon %}
|
||||
<a class="link--icon {{ icon | downcase }}" href="/{{ link | downcase }}">
|
||||
<a class="{{ icon | downcase }}" href="/{{ link | downcase }}">
|
||||
{% tablericon icon link %}
|
||||
</a>
|
||||
{% else %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<a
|
||||
class="link--icon {{ icon }}"
|
||||
class="{{ icon }}"
|
||||
href="{{ link | downcase }}"
|
||||
rel="me"
|
||||
title="{{ name }}">
|
||||
|
|
Reference in a new issue