diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-06-24 16:13:59 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-06-24 16:14:09 -0300 |
commit | a1eac976b20e39f86d5944fbec68e2a0f8ffb746 (patch) | |
tree | c06cdd2e974a97174e69988ae4a25e57f17bfc4e /src/pages | |
parent | 6d7234a124972a86aba963ac4ebb30863c8de2ef (diff) |
feat: configurable header component
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index e1e97ef..eea5205 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,7 +3,7 @@ import Base from "@layouts/Base.astro"; import { SITE_TITLE } from "src/consts"; --- -<Base title={SITE_TITLE}> +<Base title={SITE_TITLE} showSearch={true} showNav={true}> <main> <article> <h2>Viva abril!</h2> |