diff --git a/src/templates/mdPageTemplate.tsx b/src/templates/mdPageTemplate.tsx index c783a77..1b2c856 100644 --- a/src/templates/mdPageTemplate.tsx +++ b/src/templates/mdPageTemplate.tsx @@ -8,7 +8,6 @@ import logo from '../../static/logo-square-wob.png'; const MdPageTemplate: React.FC> = ({data}) => { const post = data.markdownRemark; - return (
@@ -32,7 +31,7 @@ const MdPageTemplate: React.FC> = ({data}) => { {post.frontmatter.description ? ( - + ): null} @@ -65,6 +64,7 @@ export const pageQuery = graphql` slug date(formatString: "MMMM DD, YYYY") title + description } } }