# build yaml core
<- c(
new_post_core "---",
::glue('title: "{title}"'),
glue"description: |",
::glue(' {description}'),
glue::glue("author: {author}"),
glue::glue("date: {date}"),
glue::glue("categories:"),
glue::glue(' -{categories}')
glue
)
This is how I had to get the meta data to work on my new Post Add in.