email list fixes

This commit is contained in:
j 2023-09-23 14:58:41 +02:00
commit 113dd622b2
4 changed files with 20 additions and 6 deletions

View file

@ -7,10 +7,9 @@
<div class="info">
<h1>{{ item.title }}</h1>
<h2>{{ item.data.title }}</h2>
<div class="url">{{ item.full_url }}</div>
</div>
<div class="image">
<img src={{ item.data.thumbnail }}>
<img src="{{ item.data.thumbnail }}">
</div>
</a>
</div>