chore: colors for band icons
This commit is contained in:
parent
c3f031a229
commit
fa10c0ff1c
4 changed files with 91 additions and 8 deletions
|
@ -9,7 +9,7 @@
|
|||
</span>
|
||||
{% else %}
|
||||
{% if icon %}
|
||||
<a class="link--icon" href="/{{ link | downcase }}">
|
||||
<a class="link--icon {{ icon | downcase }}" href="/{{ link | downcase }}">
|
||||
{% tablericon icon link %}
|
||||
</a>
|
||||
{% else %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<a
|
||||
class="link--icon"
|
||||
href="{{ link }}"
|
||||
class="link--icon {{ icon }}"
|
||||
href="{{ link | downcase }}"
|
||||
rel="me"
|
||||
title="{{ name }}">
|
||||
{% tablericon icon name %}
|
||||
|
|
Reference in a new issue