Skip to content

Commit

Permalink
Merge pull request #1344 from dpc-sdp/bugfix/SD-367-print-all-heading
Browse files Browse the repository at this point in the history
[SD-367] added back the publication print all page header
  • Loading branch information
jeffdowdle authored Oct 4, 2024
2 parents dfef973 + 0b98191 commit 12989bd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/ripple-tide-publication/pages/[slug]/print-all.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,13 @@ useHead({
</slot>
</template>
<template #aboveBody="{ hasBreadcrumbs }">
<TidePublicationHeader
<TideHeroHeader
v-if="parentPage.header"
:header="parentPage.header"
:hasBreadcrumbs="hasBreadcrumbs"
></TidePublicationHeader>
:cornerTop="site?.cornerGraphic?.top"
:cornerBottom="site?.cornerGraphic?.bottom"
/>
</template>
<template #body>
<RplInPageNavigation
Expand Down

0 comments on commit 12989bd

Please sign in to comment.