Sha256: 9ef4b4f602fe5c238f7a8cfcdfbd5d0fa9559cf8986cb9c6ae0beff37bd658be
Contents?: true
Size: 833 Bytes
Versions: 1
Compression:
Stored size: 833 Bytes
Contents
<div class="flex flex-col justify-between"> <div class="flex flex-col justify-between max-w-lg"> <a href="{{include.post.url}}"> <div class="w-full h-60 bg-cover bg-center" style="background-image: url('{{post.image}}')"> </div> </a> <div class="pt-4"> <a href="{{site.url}}/category/{{include.post.categories[0] | replace: ' ', '-'| downcase}}" class="font-mulish text-sm hover:text-sky-400 text-gray-600"> {{ include.post.categories[0] | upcase }} </a> </div> <a href="{{include.post.url}}"> <h2 class="hover:underline decoration-2 underline-offset-2 font-semibold text-2xl text-gray-800 pt-2 ">{{ include.post.title }}</h2> </a> </div> <span class="text-sm text-gray-400 pt-4"> {{ include.post.date | date: "%-d/%-m/%Y" }} </span> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
awesome-jekyll-theme-0.0.1 | _includes/post_card.html |