From 47eeb276c529c1364a6a0b35ce65c53bc889c086 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 6 Aug 2023 13:54:18 +0100 Subject: [PATCH] style: use explicit https protocol --- OliverBooth/Pages/Shared/_Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index cf05e67..133229b 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -61,7 +61,7 @@ - + @await RenderSectionAsync("Scripts", required: false)