So many stuphs

This commit is contained in:
2026-01-20 16:18:31 +01:00
parent e07200e424
commit af9a4bf851
39 changed files with 586 additions and 39 deletions

View File

@ -1,9 +1,10 @@
<a href="{{ url }}"
style="background-image: url('{{ backdrop }}');"
class="column"
>
<span>{{ title }}</span>
<span>{{ date }}</span>
<img src="
{{ glide:logo preset='thumbnail' }}" alt="title">
</a>
<div class="column">
<a href="{{ url }}"
style="background-image: url('{{ glide:backdrop preset='thumbnail' blur="10" gam="0" bri="25" con="0"}}');background-size: cover; background-position: center;"
class="squircle tournament-block"
>
{{# <span>{{ title }}</span> #}}
{{# <span>{{ date }}</span> #}}
<img src="{{ glide:logo preset='logo' }}" alt="title">
</a>
</div>