ultime survivor mode

This commit is contained in:
Set Hallstrom 2020-01-28 14:18:34 +01:00
parent 8f519ed75f
commit 38a9785dd7
7 changed files with 75 additions and 83 deletions

View file

@ -49,9 +49,7 @@ image: /assets/img/world2.svg
<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>
</a>
<p>{% for c in track.categories %}{{ c }}{% unless forloop.last %},&nbsp;{% endunless %}{% endfor %}</p>
</div>
{% endfor %}
<div>{% include cookiemonster.html %}</div>