WebsiteDev/_docs/hero.md
2021-01-26 16:38:24 +01:00

447 B

title subtitle tags author
Hero page header Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
features
john

To add a hero header to a page add the following to a YAML Front Matter:

---
layout: page
width: expand
hero:
    title: How can we help you?
    subtitle: Search or browse in depth articles and videos
    image: knowledge.svg
    search: true
---