diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index 330faf9..17f8353 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -4,7 +4,14 @@ - Oliver Booth + @if (ViewData["Title"] != null) + { + @ViewData["Title"] - Oliver Booth + } + else + { + Oliver Booth + }