Fix tag imgs

This commit is contained in:
samaradel
2022-09-08 10:32:52 +02:00
parent 73dd716678
commit 4dcbd7b459

View File

@@ -2,7 +2,7 @@
<div class="flex-1">
<a href={{ post.permalink }} class="block">
<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 class="flex-1 bg-white p-6 flex flex-col justify-between">