1
1
Fork 0

Compare commits

..

No commits in common. "095233cf774309af6e0334d231ee525398ff4ff5" and "052544cf8aac67943ecedb6cc3023e3bed620d4c" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View file

@ -22,12 +22,10 @@
<a href="{{ content.url }}" class="motion-safe:transition-colors bg-mauve block mt-4 outline-link shadow border-l-2 border-yellow hover:border-blue hover:scale-[1.02] hover:shadow-lg active:shadow active:scale-[1.01] active:border-blue rounded">
<div class="rounded-tl rounded-tr h-16 w-full bg-center bg-105% opacity-50 saturate-0 contrast-50 overflow-hidden" style="background-image: url('{{ content.data.image }}')">
</div>
<h3 class="bg-mauve h-20 p-3 text-xl text-base">
<span class="line-clamp-2" title="{{ content.data.title }}">
<h3 class="bg-mauve h-20 pt-3 px-3 text-xl text-base">
{{ content.data.title }}
</span>
</h3>
<div class="py-2 px-3 h-24 rounded-bl rounded-br text-text bg-crust line-clamp-3" title="{{ content.data.description }}">
<div class="py-2 px-3 h-24 rounded-bl rounded-br text-text bg-crust">
{{ content.data.description | markdown | safe }}
</div>
</a>

View file

@ -1,7 +1,7 @@
---
layout: blog-list.njk
description:
Various writings on code, design, art and life.
TEST
eleventyExcludeFromCollections: true
---