You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some plugins have issues adding options to frontmatter. For instance, sitemap as frontmatter will be overridden by the sitemap data of that page. To prevent that from happening, we will start using options as frontmatter particles that can be extended freely. This will be available in page.Params.options and can be prepared with common functions.
Some plugins have issues adding options to frontmatter. For instance,
sitemap
as frontmatter will be overridden by the sitemap data of that page. To prevent that from happening, we will start usingoptions
as frontmatter particles that can be extended freely. This will be available inpage.Params.options
and can be prepared with common functions.Sample:
The text was updated successfully, but these errors were encountered: