Skip to content

Commit

Permalink
adding showShareLinks logic to news pages (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle authored Dec 5, 2024
1 parent 93510c0 commit 21d95b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const BaseStory = {
url: 'http://localhost:3000/topics/mars'
}
],
showShareLinks: true,
topper: '',
readTime: '2 min read',
summary:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@

<!-- share buttons -->
<LayoutHelper
v-if="data.showShareLinks"
indent="col-2"
class="lg:mb-0 relative mb-8"
>
Expand Down

0 comments on commit 21d95b7

Please sign in to comment.