fix: remove text-skew from post excerpt text
This commit is contained in:
parent
a2d07cf23f
commit
1f56815bd2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue