From edf3c9b0f56c5ce4b4480556471a2eef7b7d87fd Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 12 Dec 2024 17:50:25 -0500 Subject: [PATCH] Set page title --- src/layouts/Document.astro | 4 ++-- src/layouts/Splash.astro | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/layouts/Document.astro b/src/layouts/Document.astro index 3e123d2..a2ba190 100755 --- a/src/layouts/Document.astro +++ b/src/layouts/Document.astro @@ -1,6 +1,6 @@ --- // Settings -import { FeelbackConfig } from '@config' +import { SiteSettings, FeelbackConfig } from '@config' // Properties const { frontmatter, Title, Feedback, Feelback } = Astro.props @@ -19,7 +19,7 @@ import "@styles/feelback.css" import "@styles/prism.css" --- - +
diff --git a/src/layouts/Splash.astro b/src/layouts/Splash.astro index fc5792a..c9968b0 100755 --- a/src/layouts/Splash.astro +++ b/src/layouts/Splash.astro @@ -1,4 +1,7 @@ --- +// Settings +import { SiteSettings } from '@config' + // Properties const { frontmatter } = Astro.props @@ -14,7 +17,7 @@ import "@styles/splash.scss"; import "@styles/feelback.css"; --- - +