diff --git a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml index cdbfa13d4b..df6ab306e0 100644 --- a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml +++ b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml @@ -65,8 +65,8 @@
@if (Model.Post.Writer != null) { - - + + User Avatar }
@@ -107,7 +107,7 @@
- + Cover Image
@@ -170,7 +170,7 @@ @foreach (var commentWithRepliesDto in Model.CommentsWithReplies) {
- + User Avatar
@(commentWithRepliesDto.Comment.Writer == null ? "" : commentWithRepliesDto.Comment.Writer.UserName) @@ -250,7 +250,7 @@ @foreach (var reply in commentWithRepliesDto.Replies) {
- + User Avatar
@(reply.Writer == null ? "" : reply.Writer.UserName) diff --git a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml index 34de18a744..236ac47008 100644 --- a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml +++ b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Index.cshtml @@ -40,7 +40,7 @@
@@ -61,7 +61,7 @@
@@ -110,7 +110,7 @@ @@ -170,7 +170,7 @@ @@ -191,7 +191,7 @@