improve seacrh

This commit is contained in:
2025-04-26 11:47:16 -03:00
parent a33fc0a34a
commit b27c164c2d
4 changed files with 63 additions and 21 deletions

View File

@@ -55,7 +55,10 @@ const { Content } = await render(course);
)
}
</span>
<h1 class="text-pretty font-semibold text-4xl lg:text-7xl" data-pagefind-meta="title">
<h1
class="text-pretty font-semibold text-4xl lg:text-7xl"
data-pagefind-meta="title"
>
{data.title}
</h1>
<p class="text-base/6">
@@ -63,11 +66,12 @@ const { Content } = await render(course);
<a
href="#modulos"
class="text-blue-400 *:hover:underline"
data-pagefind-ignore
>
<sup>[1]</sup>
</a>
</p>
<ul class="lg:flex gap-3">
<ul class="lg:flex gap-3" data-pagefind-ignore="all">
<li class="flex gap-1">
<Icon name="clock" class="size-5" />
<span
@@ -94,6 +98,7 @@ const { Content } = await render(course);
<div
class="flex max-lg:flex-col justify-center gap-2.5 lg:gap-8 lg:mt-16"
data-pagefind-ignore="all"
>
<a
href="#"