gallery categories modularized, removed music lists, added listenbrainz to outgoing, icons, css cleanup
This commit is contained in:
parent
1945abd6ad
commit
d376e04015
24 changed files with 474 additions and 606 deletions
|
|
@ -21,7 +21,7 @@
|
|||
{%if key != "signal"%}
|
||||
<li>
|
||||
<a href="{{item.src}}">
|
||||
<img src="/assets/img/icon/{{item.icon}}" alt="" aria-hidden="true">{{key|capitalize}}
|
||||
<img src="/assets/img/icon/{{item.icon}}" alt="" aria-hidden="true">{%if item.title %}{{item.title}}{%else%}{{key|capitalize}}{%endif%}
|
||||
</a>
|
||||
</li>
|
||||
{%endif%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue