aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2024-12-31 22:53:03 -0500
committerAndrew Lee <[email protected]>2024-12-31 23:07:31 -0500
commite179d5bdd30ec7d39771c9a54689f32d28b49f42 (patch)
tree1d5a25a6f7e89adc62351cbd1d78f544cd8479f5 /src/layouts/Layout.astro
parent642c484022719a6428ce03d92a48aa0e59b049e5 (diff)
downloadshiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.tar.gz
shiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.tar.bz2
shiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.zip
Now it should link to the proper repo, links clickable, fixed metadata
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index e9a4622..ff32251 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -25,6 +25,9 @@ import '../styles/style.css';
<meta property="og:description" content={description} />
<meta property="og:image" content="https://shiftos.alee14.me/shiftos.png" />
<meta property="og:type" content="website" />
+
+ <meta name="theme-color" content="#FFFFFF"/>
+ <meta name="generator" content={Astro.generator} />
<title>{title}</title>
</head>