diff --git a/src/Moonglade.Web/Pages/Shared/_Layout.cshtml b/src/Moonglade.Web/Pages/Shared/_Layout.cshtml index 2ca6dcc0e..d14e10a4a 100644 --- a/src/Moonglade.Web/Pages/Shared/_Layout.cshtml +++ b/src/Moonglade.Web/Pages/Shared/_Layout.cshtml @@ -182,7 +182,9 @@
@if (null != ViewBag.HideSideBar && ViewBag.HideSideBar) { - @RenderBody() +
+ @RenderBody() +
} else { @@ -212,9 +214,9 @@ } -
+
@RenderBody() -
+ @if (BlogConfig.GeneralSettings.SideBarOption == SideBarOption.Right) { diff --git a/src/Moonglade.Web/Pages/Shared/_PostListEntry.cshtml b/src/Moonglade.Web/Pages/Shared/_PostListEntry.cshtml index 11b51b36c..2cd6c067a 100644 --- a/src/Moonglade.Web/Pages/Shared/_PostListEntry.cshtml +++ b/src/Moonglade.Web/Pages/Shared/_PostListEntry.cshtml @@ -30,7 +30,8 @@ } -

@(Model.ContentAbstract)

+ @(Model.ContentAbstract) + @if (null != Model.Tags) {