fix title
This commit is contained in:
parent
99115e66d5
commit
3b4968fd38
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue