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"> <div class="item">
<a href="{{ item.get_absolute_url }}"> <a href="{{ item.get_absolute_url }}">
<div class="info"> <div class="info">
<h1>{{ item.title }}</h1> <h1>{{ item.title|safe }}</h1>
<h2>{{ item.data.title }}</h2> <h2>{{ item.data.title|safe }}</h2>
</div> </div>
<div class="image {{item.data.type }}"> <div class="image {{item.data.type }}">
<img src={{ item.data.thumbnail }}> <img src={{ item.data.thumbnail }}>