From 696d9f3f8902011ce767649be841d3198fe28805 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 3 Feb 2023 18:52:52 +0100 Subject: [PATCH] Migrate from twitter: to og: meta tags --- Pages/Shared/_Layout.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 7414e5e..38ff961 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -5,8 +5,8 @@ - - + + @if (ViewData.ContainsKey("subtitle")) { zotan.pw >> @ViewData["title"] >> @ViewData["subtitle"] }