michalvankodev-site/templates/components/blog_post_default_thumbnail.html

4 lines
193 B
HTML

<div class="w-[180px] h-[240px] bg-blue-100 flex justify-center items-center">
<span class="text-blue-500 text-8xl -translate-y-1.5">{{post.metadata.title|fmt("{:.1}")|lower}}</span>
</div>