thinktandem / metalsmith-jsonld

Allows you to add JSON-LD to content frontmatter, define JSON-LD defaults for collections, and define site-wide default JSON-LD.
5 stars 0 forks source link

`tags` is Required to Exist in Frontmatter #3

Open emmercm opened 4 years ago

emmercm commented 4 years ago

This assumes that if we want to use the tags property it must exist in every file's metadata, specifically line 47:

https://github.com/thinktandem/metalsmith-jsonld/blob/089d7a0b19f91864266aec590676f4f4aa5239d4/index.js#L45-L51