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 c9b8f8e549..c2aebc7192 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 @@ -23,35 +23,6 @@ }
- @*
-
-
-
-

- @Model.Blog.Name - - @if (string.IsNullOrWhiteSpace(Model.TagName)) - { - @L["BLOG"] - } - else - { - @Html.Raw("#")@Model.TagName - } - -

-
-
-
- @if (await Authorization.IsGrantedAsync(BloggingPermissions.Posts.Create)) - { - @L["CreateANewPost"] - | - } -
-
-
-
*@
@@ -76,7 +47,7 @@ @post.Title

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

@L["ContinueReading"]