fix: layer directives
This commit is contained in:
parent
0cf5cf226c
commit
1012f562ff
10 changed files with 143 additions and 116 deletions
|
@ -154,7 +154,7 @@ if (
|
|||
post.data.tags.map((tag) => (
|
||||
<a
|
||||
href={`/tags/${tag}`}
|
||||
class={badgeVariants({ variant: 'outline' })}
|
||||
class={badgeVariants({ variant: 'secondary' })}
|
||||
>
|
||||
{tag}
|
||||
</a>
|
||||
|
|
|
@ -26,10 +26,13 @@ const blog = (await getCollection('blog'))
|
|||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle className="text-3xl">er·u·dite</CardTitle>
|
||||
<CardDescription>/ˈer(y)əˌdīt/</CardDescription>
|
||||
<CardDescription
|
||||
>/ˈer(y)əˌdīt/ • <span
|
||||
class="font-semibold text-muted-foreground">adjective</span
|
||||
></CardDescription
|
||||
>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<p class="font-medium">adjective</p>
|
||||
<p>having or showing great knowledge or learning.</p>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue