File size: 1.08Kb
<article class="rounded-lg bg-white p-3 hover:shadow my-2">
<a href="{link}" title="{title}">
<div class="relative flex items-end overflow-hidden rounded-lg">
[xfgiven_poster_one]
<div class="max-h-36 overflow-hidden relative w-full">
<img src="[xfvalue_image_url_poster_one]" alt="{title}" />
</div>
[/xfgiven_poster_one]
[xfnotgiven_poster_one]
[xfgiven_gallery]
<div class="max-h-36 overflow-hidden relative w-full">
[xfvalue_gallery image="1"]
</div>
[/xfgiven_gallery]
[/xfnotgiven_poster_one]
<div class="absolute top-3 right-3 inline-flex items-center rounded-md bg-blue-100 px-2.5 py-0.5 shadow text-sm ">
<span class="text-xs font-medium text-blue-700">{category}</span>
</div>
</div>
<div class="mt-1 p-2 pb-0">
<h2 class="text-black hover:text-black/[.72] line-clamp-3 font-medium">{title}</h2>
<p class="mt-1 text-xs text-gray-500">{date}</p>
</div>
</a>
</article>