From a2e43d4a6f869d7ecb3483ef67b625d6ae168b22 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Sun, 21 May 2023 23:14:43 +0800 Subject: [PATCH] remove default titles --- MyApp/Pages/Shared/_Layout.cshtml | 2 +- MyApp/Pages/Shared/_LayoutContent.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MyApp/Pages/Shared/_Layout.cshtml b/MyApp/Pages/Shared/_Layout.cshtml index 03497be..a6b13ee 100644 --- a/MyApp/Pages/Shared/_Layout.cshtml +++ b/MyApp/Pages/Shared/_Layout.cshtml @@ -5,7 +5,7 @@ - @ViewData["Title"] - My App + @ViewData["Title"] @await RenderSectionAsync("head", required:false) diff --git a/MyApp/Pages/Shared/_LayoutContent.cshtml b/MyApp/Pages/Shared/_LayoutContent.cshtml index 429f2ed..3c6cd16 100644 --- a/MyApp/Pages/Shared/_LayoutContent.cshtml +++ b/MyApp/Pages/Shared/_LayoutContent.cshtml @@ -5,7 +5,7 @@ - @ViewData["Title"] - ServiceStack + @ViewData["Title"]