Using custom fields
Example custom field values
"custom_fields": {
"headline_one": "Example headline one",
"headline_two": "Example headline two"
}Using custom fields in templates
<h1>{{ site.custom_fields.headline_one }}</h1>
<h2>{{ site.custom_fields.headline_two }}</h2>Last updated
Was this helpful?