From 296d8c88745f93e26b8795a64f967da228b0eb59 Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Wed, 18 Oct 2023 22:54:50 -0700 Subject: [PATCH] Set theme color --- src/layouts/RootLayout.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/RootLayout.astro b/src/layouts/RootLayout.astro index 508e3c5..6628da8 100644 --- a/src/layouts/RootLayout.astro +++ b/src/layouts/RootLayout.astro @@ -22,6 +22,7 @@ const fullTitle = `${title ? title + " – " : ""}Mikkel Svartveit`; name="description" content="Hi, I'm Mikkel! I am a Computer Science student from Norway and this is my playground. Here you will find some programming projects, and a small collection of photos I'm proud of." /> +