Skip to content

Commit f181ed2

Browse files
authored
Merge pull request #640 from cloudscribe/feature/639
#639 moving editorial details to bottom of page
2 parents 0a92f10 + 7560f29 commit f181ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Page/PageDetailPartial.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
<partial name="PageContentBodyPartial" model="@Model" />
3535
<partial name="PageBottomPartial" model="@Model" />
36-
<partial name="EditorialDetailsPartial" model="@Model" />
36+
3737
@if (!Model.CurrentPage.ShowHeading)
3838
{
3939
<schema-org-meta itemprop="headline" content="@Model.CurrentPage.Title"></schema-org-meta>
@@ -77,6 +77,7 @@
7777
@await Component.InvokeAsync("Navigation", new { viewName = "ChildTree", filterName = NamedNavigationFilters.ChildTree, startingNodeKey = "" })
7878
}
7979
<partial name="CommentWrapperPartial" model="@Model" />
80+
<partial name="EditorialDetailsPartial" model="@Model" />
8081
</article>
8182
@if (Model.CurrentPage != null && Model.CanEdit && !Model.ShowingDeleted && !Model.ShowingDraft && !Model.HistoryId.HasValue && Model.CurrentPage.IsPublished)
8283
{

0 commit comments

Comments
 (0)