wip
This commit is contained in:
@@ -7,7 +7,7 @@ const year = new Date().getFullYear();
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="pt-br">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
@@ -45,7 +45,7 @@ const year = new Date().getFullYear();
|
||||
|
||||
<slot name="nav" />
|
||||
|
||||
<main id="content">
|
||||
<main id="content" data-pagefind-body>
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@ import { Icon } from "astro-icon/components";
|
||||
import Layout from "~/layouts/Layout.astro";
|
||||
import Container from "~/components/Container.astro";
|
||||
import { Clients } from "~/components/Course";
|
||||
import Search from "./_components/Search.astro";
|
||||
//import Search from "./_components/Search.astro";
|
||||
import Search from "astro-pagefind/components/Search";
|
||||
|
||||
import mulhercomepi from "~/assets/mulher-com-epi.png";
|
||||
---
|
||||
@@ -35,7 +36,7 @@ import mulhercomepi from "~/assets/mulher-com-epi.png";
|
||||
class="size-6"
|
||||
/>
|
||||
</label>
|
||||
<Search />
|
||||
<Search uiOptions={{ showImages: false }} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user