fix blogs images

This commit is contained in:
2022-04-20 12:33:47 +02:00
parent 523b586db8
commit 1bb9ff8435

View File

@@ -2,7 +2,7 @@
<div class="flex-1 border-b"> <div class="flex-1 border-b">
<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.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">