{title}
by {author} on {date}
import React from 'react'; import Helmet from 'react-helmet'; const BlogPost = ({ data }) => { const { html, frontmatter } = data.markdownRemark; const { author, title, date, description, meta_description } = frontmatter; const desc = meta_description || description; return (
by {author} on {date}