diff --git a/sites/org/components/layouts/post.mjs b/sites/org/components/layouts/post.mjs index 0049c567290..f515f5fb077 100644 --- a/sites/org/components/layouts/post.mjs +++ b/sites/org/components/layouts/post.mjs @@ -90,7 +90,9 @@ export const PostLayout = ({ mdx, frontmatter, type, dir }) => {

{frontmatter.title}

- + {type === 'newsletter' ? null : ( + + )}