From 48d8cb1a028b7ebe6ef29abc225e8bc973e4b524 Mon Sep 17 00:00:00 2001 From: jvyden Date: Wed, 1 Jun 2022 00:46:22 -0400 Subject: [PATCH] Show instance custom name in tab title --- .../Pages/Layouts/BaseLayout.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ProjectLighthouse.Servers.Website/Pages/Layouts/BaseLayout.cshtml b/ProjectLighthouse.Servers.Website/Pages/Layouts/BaseLayout.cshtml index 2ca305e2..f19c67e2 100644 --- a/ProjectLighthouse.Servers.Website/Pages/Layouts/BaseLayout.cshtml +++ b/ProjectLighthouse.Servers.Website/Pages/Layouts/BaseLayout.cshtml @@ -33,11 +33,11 @@ @if (Model.Title == string.Empty) { - Project Lighthouse + @ServerConfiguration.Instance.Customization.ServerName } else { - Project Lighthouse - @Model.Title + @ServerConfiguration.Instance.Customization.ServerName - @Model.Title } @@ -52,7 +52,7 @@ @* Embed Stuff *@ - + @if (!string.IsNullOrEmpty(Model.Description)) {