From 68f6c8e7b8fe46515ee8fe49ad8ebd171955a7a9 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 13 Dec 2022 01:15:08 +0100 Subject: [PATCH] Only serve analytics snipped in production --- Pages/Shared/_Layout.cshtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 4d906f3..7414e5e 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -14,7 +14,9 @@ zotan.pw >> @ViewData["title"] } - + + + @await RenderSectionAsync("head", false)