From c3e64a6cdecb6c9562b747c10a55a32875dc9337 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 14 Aug 2023 00:56:59 +0100 Subject: [PATCH] style: add theme-color #121212 --- OliverBooth/Pages/Shared/_Layout.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index e273ebf..b35713c 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -4,6 +4,7 @@ + @if (ViewData["Title"] != null) { @ViewData["Title"] - Oliver Booth