settings

Allows you to access all of the theme's settings from the settings_schema.json file.

📘

Tip

To learn about the available setting types, refer to Input settings.

Reference a setting value

{% if settings.color_primary %}
  <meta name="theme-color" content="{{ settings.color_primary }}">
{% endif %}
<meta name="theme-color" content="#E24E2D">