diff --git a/OliverBooth/Pages/Blog/Article.cshtml b/OliverBooth/Pages/Blog/Article.cshtml index 2043834..2b30980 100644 --- a/OliverBooth/Pages/Blog/Article.cshtml +++ b/OliverBooth/Pages/Blog/Article.cshtml @@ -9,6 +9,7 @@ } @{ + ViewData["Post"] = post; ViewData["Title"] = post.Title; IBlogAuthor author = post.Author; DateTimeOffset published = post.Published;