ultime survivor mode
This commit is contained in:
parent
8f519ed75f
commit
38a9785dd7
7 changed files with 75 additions and 83 deletions
|
|
@ -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 %}, {% endunless %}{% endfor %}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
<div>{% include cookiemonster.html %}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue