diff --git a/site/gdocs/components/OwidGdocHeader.tsx b/site/gdocs/components/OwidGdocHeader.tsx index 91d400f304d..fbcdec15155 100644 --- a/site/gdocs/components/OwidGdocHeader.tsx +++ b/site/gdocs/components/OwidGdocHeader.tsx @@ -114,10 +114,10 @@ function OwidArticleHeader({ function OwidTopicPageHeader({ content }: { content: OwidGdocPostContent }) { return (
-

+

{content.title}

-

+

{content.subtitle}

{content.authors.length > 0 && (