Add meta tag specific title and description for blog posts
Created by: csbailey5t
This PR adds optional fields to the frontmatter for blog posts: seoTitle
and seoDescription
.
When present, these are used to set <title>
and <meta name="description" />
. When they aren't present, the values for title
and description
are used.