minor tweaks

This commit is contained in:
2025-02-13 09:53:27 -05:00
parent 85a04c276c
commit 5038822e08
3 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const title = Astro.props.title || Astro.props.frontmatter?.title || 'Unknown';
/><title>{`ghall.blog - ${title}`}</title>
<ClientRouter />
</head>
<body class="layout-simple" transition:animate="initial">
<body class="layout-simple" transition:animate="fade">
<Header />
<main>
<slot />