|
|
@ -49,8 +49,8 @@ |
|
|
|
<img src="{{ event.image }}" alt="{{event.title}}" loading="lazy"> |
|
|
|
<div class="list-image-overlay"></div> |
|
|
|
</div> |
|
|
|
{% if event.title == 'This Is How I Roll' %} |
|
|
|
<div class="list-title">This Is How 👁️ Roll</div> |
|
|
|
{% if event.title == 'Not Breaking This Wave Drowns Hate' %} |
|
|
|
<div class="list-title">~~ Not Breaking ~~ ~~ This Wave Drowns Hate ~~</div> |
|
|
|
{% else %} |
|
|
|
<div class="list-title">{{ event.title }}</div> |
|
|
|
{% endif %} |
|
|
@ -65,6 +65,8 @@ |
|
|
|
<div class="list-date">● {{ event.times | join(', ')}}</div> |
|
|
|
{% endif %} |
|
|
|
<div class="list-date">● {{ event.location[0] }}</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|