Update some styles of my blog

This commit is contained in:
Daisuke Nakahara 2025-04-27 16:19:38 +09:00
parent c2ed18a27d
commit 69e344a4a5
6 changed files with 38 additions and 107 deletions

View file

@ -17,7 +17,7 @@ const { pageTitle } = Astro.props;
<Header />
<h1>{pageTitle}</h1>
<slot />
<Footer />
<Footer>
<script>
import "../scripts/menu.js";
</script>