diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index 621f711..cf47604 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -25,6 +25,7 @@ string excerpt = BlogPostService.RenderExcerpt(post, out bool trimmed); + @@ -32,6 +33,7 @@ + }