From 3db59d6ca27b2f417563c7cf1edbe726fdcc73f2 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 8 Aug 2023 00:30:43 +0100 Subject: [PATCH] feat: use prism instead of highlightjs --- OliverBooth/Pages/Shared/_Layout.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index 4bf9f47..58593a2 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -6,11 +6,12 @@ Oliver Booth - + + @@ -60,8 +61,7 @@ - - + @await RenderSectionAsync("Scripts", required: false)