fix: remove text-skew from post excerpt text

This commit is contained in:
Devin Haska 2025-01-23 12:40:55 -08:00
parent a2d07cf23f
commit 1f56815bd2

View file

@ -7,7 +7,7 @@ layout: "layouts/base"
<header class="[ flow flow-space-1 mb-2 ]"> <header class="[ flow flow-space-1 mb-2 ]">
{{ format(page.date) }} {{ format(page.date) }}
<h1>{{ title }}</h1> <h1>{{ title }}</h1>
<p class="[ text-skew text-fadeText flow-space-0.25 ]">{{ excerpt }}</p> <p class="[ text-fadeText flow-space-0.25 ]">{{ excerpt }}</p>
<ul class="[ categories ] [ cluster list-none p-0 flow-space-2 line-height-m ]"> <ul class="[ categories ] [ cluster list-none p-0 flow-space-2 line-height-m ]">
{% for tag in tags | filter(["post"]) %} {% for tag in tags | filter(["post"]) %}
<li> <li>