Add experimental Search Feature
This commit is contained in:
@@ -22,7 +22,7 @@ const {title, description} = Astro.props;
|
||||
<Image src={localLogo} alt={t("navbar.logo.alt")} width="44" height="44" quality="max"
|
||||
class="mr-2 p-1 bg-black rounded-full" slot="logo"/>
|
||||
</Navbar>
|
||||
<main class="flex-1">
|
||||
<main class="flex-1" data-pagefind-body>
|
||||
<slot/>
|
||||
</main>
|
||||
<footer class="bg-gray-900 w-full min-h-80 mt-4 pb-2 rounded-t-2xl flex flex-col dark:bg-neutral-900">
|
||||
|
||||
Reference in New Issue
Block a user