diff --git a/src/TerribleDev.Blog.Web/Views/Shared/PostSummary.cshtml b/src/TerribleDev.Blog.Web/Views/Shared/PostSummary.cshtml index 4aa2666..d809ca3 100644 --- a/src/TerribleDev.Blog.Web/Views/Shared/PostSummary.cshtml +++ b/src/TerribleDev.Blog.Web/Views/Shared/PostSummary.cshtml @@ -1,10 +1,10 @@ @model IPost
-

@Model.Title

+

@Model.Title

@Model.Summary
- Continue Reading + Continue Reading
\ No newline at end of file