Skip to content

Add meta tag specific title and description for blog posts

Warren Gifford requested to merge sb/add_custom_meta into main

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.

Merge request reports

Loading