diff --git a/packages/ripple-tide-publication/components/global/TidePublication.vue b/packages/ripple-tide-publication/components/global/TidePublication.vue index af2ae8850b..4bc1a7ec38 100644 --- a/packages/ripple-tide-publication/components/global/TidePublication.vue +++ b/packages/ripple-tide-publication/components/global/TidePublication.vue @@ -5,6 +5,7 @@ :siteSection="page.siteSection" :pageTitle="page.title" :pageLanguage="page.lang" + :topicTags="page.showTopicTags ? page.topicTags : []" :updatedDate="page.changed || page.created" :showContentRating="page.showContentRating" > @@ -49,10 +50,9 @@