Banner
Last Edit: 2026-06-09
Renders hero style section with page title and description.
Banner is ‘hero’ type partial, applied to sections by default. This partial will use the page title as a level 1 header (h1), and renders the page description.
Usage
Partial
{{ partial "banner" . }}Configuration
Can be configured in the params.toml file.
[banner] | Type | Default | Description |
|---|---|---|---|
home | bool | true | Toggle banner on home page. |
section | bool | true | Toggles banner on section pages. |
single | bool | false | Toggles banner on single pages. |
shadow | bool | true | Toggles shadows for banner partial. |