email list fixes
This commit is contained in:
parent
e82d5d5f15
commit
113dd622b2
4 changed files with 20 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue