diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..dea7358 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/LanternLogo.astro b/src/components/LanternLogo.astro new file mode 100644 index 0000000..f169918 --- /dev/null +++ b/src/components/LanternLogo.astro @@ -0,0 +1,24 @@ +--- +const { size = 44 } = Astro.props; +--- + + + + + + + + + + + + + + + + + + + + + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 448e501..27ddc7c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,6 @@ --- import { site } from '../lib/site.js'; +import LanternLogo from '../components/LanternLogo.astro'; const { title, @@ -23,6 +24,8 @@ const ads = site.ads; {canonical && } + + @@ -50,53 +53,149 @@ const ads = site.ads; )}
-

{site.name}

-

{site.description}

+ + + {site.name} + +

{site.description}