removing hardcoded class
This commit is contained in:
parent
8a79b35713
commit
cf9f74516f
2 changed files with 4 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ image: /assets/img/world.svg
|
|||
<div class="musiflex">
|
||||
|
||||
{% for track in site.tracks reversed %}
|
||||
<div id="{{ track.uid }}" style="min-width:300px;" class="element-item trackcontainer {% for key in track.categories %}{{ key }} {% endfor %}">
|
||||
<div id="{{ track.uid }}" class="element-item trackcontainer {% for key in track.categories %}{{ key }} {% endfor %}">
|
||||
<a href="{{ track.url }}">
|
||||
<div class="track" style="background-image:url({{ track.image }});"></div>
|
||||
<h3>{{ track.title }}</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue