From b232f65372692464aede4ceb9babc61d5544ff34 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Mon, 9 Aug 2021 21:33:09 -0400 Subject: [PATCH] Use CDN --- Pages/Shared/_Layout.cshtml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 58b5527..151c116 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -4,7 +4,7 @@ @ViewData["Title"] - Nikola.Net - + @@ -41,8 +41,9 @@ - - + + + @await RenderSectionAsync("Scripts", required: false)