Fix tag imgs
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<a href={{ post.permalink }} class="block">
|
<a href={{ post.permalink }} class="block">
|
||||||
<div class="flex-shrink-0">
|
<div class="flex-shrink-0">
|
||||||
<img class="h-48 w-full mx-auto object-cover" src=/{{post.extra.imgPath}} alt="" />
|
<img class="h-48 w-full mx-auto object-cover" src={{ post.permalink }}{{post.extra.imgPath}} alt="" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
|
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user