fix title

This commit is contained in:
j 2025-03-31 12:03:14 +01:00
commit 3b4968fd38

View file

@ -1,8 +1,8 @@
<div class="item">
<a href="{{ item.get_absolute_url }}">
<div class="info">
<h1>{{ item.title }}</h1>
<h2>{{ item.data.title }}</h2>
<h1>{{ item.title|safe }}</h1>
<h2>{{ item.data.title|safe }}</h2>
</div>
<div class="image {{item.data.type }}">
<img src={{ item.data.thumbnail }}>