diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index cf47604..250b7a1 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -12,6 +12,11 @@ + + + + + @if (ViewData["Title"] != null) { @ViewData["Title"] - Oliver Booth @@ -25,17 +30,21 @@ string excerpt = BlogPostService.RenderExcerpt(post, out bool trimmed); - - - - - + } + else + { + + + + + + }