From eb4777e330c560921caaa5c8b9d420876e22775a Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 25 Feb 2024 15:54:58 +0000 Subject: [PATCH] feat: add styles section to layout --- 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 b1d9a88..fe35a56 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -60,6 +60,7 @@ + @await RenderSectionAsync("Styles", required: false)