diff --git a/src/components/PageLayout.astro b/src/components/PageLayout.astro index b94b3d4..ed3cd54 100644 --- a/src/components/PageLayout.astro +++ b/src/components/PageLayout.astro @@ -18,7 +18,7 @@ const { title } = Astro.props; Home / -
{description}
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 25ba020..1d8e4ba 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -3,6 +3,7 @@ // The ESLint rule can't detect their usage in Astro templates import { FaFlickr, FaGithub, FaLinkedin } from "react-icons/fa"; import { SiBluesky, SiMastodon } from "react-icons/si"; +import { ViewTransitions } from "astro:transitions"; import "../styles/global.css"; // These props are used directly in the template @@ -32,10 +33,12 @@ const { title = "Oliver Steele", description = "Making, teaching, writing, playi +