diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-14 23:01:14 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-14 23:01:14 -0700 |
| commit | 8cb5c1f9d544ff86c2c5f65cc0df477f4ac7ac00 (patch) | |
| tree | 84f1ddc98959ed7c1af882c429a6efb6c16a1f3e /src/layouts | |
| parent | 47ad1dc45350519e261842b861d9335bc8957972 (diff) | |
update site
Diffstat (limited to 'src/layouts')
| -rw-r--r-- | src/layouts/Layout.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8d6bb61..59126b3 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -5,6 +5,7 @@ interface Props { const { title } = Astro.props; import Header from "../components/Header.astro"; +import "../styles/global.css"; --- <!doctype html> |
