Sha256: c909ada1eac92603b29b204e1ff1d4f5d173ff306256ce186cf418699a29b2d5
Contents?: true
Size: 1.06 KB
Versions: 8
Compression:
Stored size: 1.06 KB
Contents
<div class="flex flex-col justify-between"> <div class="flex flex-col justify-between max-w-lg"> <a href="{{include.post.url | relative_url}}" aria-label="Post Url"> <div class="hover:opacity-90 transition duration-300 w-full h-60 bg-cover bg-center" style="background-image: url('{{ post.image | default: 'https://picsum.photos/600/400/?blur' }}')"> </div> </a> <div class="pt-6"> <a href="{{site.url}}{{site.baseurl}}/category/{{include.post.categories[0] | replace: ' ', '-'| downcase}}" aria-label="Category {{include.post.categories[0]}} url" class="font-mulish text-sm hover:text-sky-400 text-gray-600"> {{ include.post.categories[0] | upcase }} </a> </div> <a href="{{include.post.url | relative_url}}" aria-label="Post Url"> <h2 class="hover:underline decoration-2 underline-offset-2 font-semibold text-2xl text-gray-800 pt-6">{{ include.post.title }}</h2> </a> </div> <span class="text-sm text-gray-500 pt-6"> {{ include.post.date | date: "%-d/%-m/%Y" }} </span> </div>
Version data entries
8 entries across 8 versions & 1 rubygems