To add a hero header to a page add the following to a YAML Front Matter:
---
header:
image: header.jpg
background: "rgba(0, 0, 0, 0.5)"
color: light
title: How can we help you?
subtitle:
search: true
---
Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
To add a hero header to a page add the following to a YAML Front Matter:
---
header:
image: header.jpg
background: "rgba(0, 0, 0, 0.5)"
color: light
title: How can we help you?
subtitle:
search: true
---