diff --git a/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Index.cshtml b/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Index.cshtml index f8e71cd5dc..5bc115c115 100644 --- a/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Index.cshtml +++ b/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Index.cshtml @@ -77,7 +77,7 @@ @post.Title

- @(GetShortContent(post.Content)) + @Html.Raw(GetShortContent(post.Content)))

@L["ContinueReading"]