From d8a20e3032a0ce97b6ddc29840e135eda9b3f43c Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 8 Apr 2024 22:58:22 -0400 Subject: refactor; use plain css --- src/layouts/Index.astro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/layouts/Index.astro (limited to 'src/layouts/Index.astro') diff --git a/src/layouts/Index.astro b/src/layouts/Index.astro new file mode 100644 index 0000000..b8e1945 --- /dev/null +++ b/src/layouts/Index.astro @@ -0,0 +1,11 @@ +--- +import Base from "@layouts/Base.astro"; +import Gifs from "@components/Gifs.astro"; + +const { title, description } = Astro.props.frontmatter; +--- + + + + + -- cgit v1.2.3