From 9e5b773890f6253116f4222f387f85ae9bf339de Mon Sep 17 00:00:00 2001 From: indyandie <1058837+Indyandie@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:34:32 -0600 Subject: [PATCH] feat: add favicon support to `Layout` --- src/layouts/Layout.astro | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 5fb0b31..12df72e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -6,16 +6,38 @@ export interface Props { const { title } = Astro.props --- - + - + + + + + + + + + + + + + + + + + + + + + + + + {title} -