@Html.Raw(Model.FormattedContent)
+@Html.Raw(Model.FormattedContent)
-diff --git a/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml b/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml index 66129d8351..03608cd40a 100644 --- a/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml +++ b/modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml @@ -20,195 +20,198 @@ } -
@L["LeaveComment"]
-@L["TagsInThisArticle"]
+ @foreach (var tag in Model.Post.Tags) + { + @tag.Name + } +@L["LeaveComment"]
+- Armağan Ünlü - @commentWithRepliesDto.Comment.CreationTime.ToString("dd/MM/yyyy hh/mm") -
-- @commentWithRepliesDto.Comment.Text -
-+ Armağan Ünlü + @commentWithRepliesDto.Comment.CreationTime.ToString("dd/MM/yyyy hh/mm") +
++ @commentWithRepliesDto.Comment.Text +
+@L["ReplyTo"] Armağan Ünlü
-- Zlatan Ibrahimovic - @reply.CreationTime.ToString("dd/MM/yyyy hh/mm") -
-- @reply.Text -
-+ Zlatan Ibrahimovic + @reply.CreationTime.ToString("dd/MM/yyyy hh/mm") +
++ @reply.Text +
+@L["ReplyTo"] Armağan Ünlü
-@L["ReplyTo"] Armağan Ünlü
+- @foreach (var tag in post.Tags) - { - @tag.Name - } -
-- @post.Title -
-- @(post.Content == null ? "" : (post.Content.Length > 150 ? post.Content.Substring(0, 150) + "..." : post.Content)) -
- @L["ContinueReading"] - -@L["WhatIsNew"]
-- @post.Title -
++ @foreach (var tag in post.Tags) + { + @tag.Name + } +
++ @post.Title +
++ @(post.Content == null ? "" : (post.Content.Length > 150 ? post.Content.Substring(0, 150) + "..." : post.Content)) +
+ @L["ContinueReading"] + +@L["WhatIsNew"]
++ @post.Title +
+@L["LastPosts"]
+@L["LastPosts"]
+- @foreach (var tag in post.Tags) - { - @tag.Name - } -
-- @post.Title -
-- @(post.Content == null ? "" : (post.Content.Length > 250 ? post.Content.Substring(0, 150) : post.Content))... -
-+ @foreach (var tag in post.Tags) + { + @tag.Name + } +
++ @post.Title +
++ @(post.Content == null ? "" : (post.Content.Length > 250 ? post.Content.Substring(0, 150) : post.Content))... +
+@L["PopularTags"]
-@L["PopularTags"]
- +