diff --git a/src/layouts/404.hbs b/src/layouts/404.hbs index 945d7292..8caab1dc 100644 --- a/src/layouts/404.hbs +++ b/src/layouts/404.hbs @@ -5,7 +5,7 @@ {{> header}} -{{> body componentOrder=(dig (siteStartPage) 'asciidoc.attributes.page-component-order')}} +{{> body}} {{> footer}} diff --git a/src/layouts/default.hbs b/src/layouts/default.hbs index 8e68ca50..c5282ec1 100644 --- a/src/layouts/default.hbs +++ b/src/layouts/default.hbs @@ -5,7 +5,7 @@ {{> header}} -{{> body componentOrder=page.attributes.component-order}} +{{> body}} {{> footer}} diff --git a/src/partials/nav-explore.hbs b/src/partials/nav-explore.hbs index 40992cc3..73261fa1 100644 --- a/src/partials/nav-explore.hbs +++ b/src/partials/nav-explore.hbs @@ -6,7 +6,7 @@ {{/if}}