diff --git a/dotcom-rendering/src/layouts/GalleryLayout.tsx b/dotcom-rendering/src/layouts/GalleryLayout.tsx index 7f93fbe2ff3..7495192f95e 100644 --- a/dotcom-rendering/src/layouts/GalleryLayout.tsx +++ b/dotcom-rendering/src/layouts/GalleryLayout.tsx @@ -28,6 +28,7 @@ import { MainMediaGallery } from '../components/MainMediaGallery'; import { Masthead } from '../components/Masthead/Masthead'; import { MostViewedFooterData } from '../components/MostViewedFooterData.importable'; import { MostViewedFooterLayout } from '../components/MostViewedFooterLayout'; +import { OnwardsUpper } from '../components/OnwardsUpper.importable'; import { Section } from '../components/Section'; import { Standfirst } from '../components/Standfirst'; import { StickyBottomBanner } from '../components/StickyBottomBanner.importable'; @@ -180,6 +181,7 @@ export const GalleryLayout = (props: WebProps | AppProps) => { const showComments = frontendData.isCommentable && !frontendData.config.isPaidContent; + const { absoluteServerTimes = false } = switches; return ( <> {isWeb && ( @@ -401,13 +403,36 @@ export const GalleryLayout = (props: WebProps | AppProps) => { )} + + + + + {/** More Galleries container goes here */} {showComments && (