From a252ee818ff7048c1777acac9f4a53eaa1faa144 Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Tue, 16 Apr 2019 11:54:13 +0300 Subject: [PATCH] remove extra brackets --- .../Pages/Blog/Posts/Index.cshtml | 31 +------------------ 1 file changed, 1 insertion(+), 30 deletions(-) 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"]