Editing / Options
Comments
Helper text to provide additional context. Configured globally in _config.yml or per file in front matter with a _comments object:
_comments:
title: The page title
output: Does this item have a dedicated page?
brand_colour: The primary brand colour
footer: Update the details in the footer
Alternatively, configure comments on a custom scope with Jekyll defaults:
defaults:
- scope:
path: ''
type: ''
values:
_comments:
title: The page title
output: Does this item have a dedicated page?
brand_colour: The primary brand colour
footer: Update the details in the footer
Comments are displayed for the same keys in the _comments object.