Heading
Last Edit: 2026-06-09
Renders page heading with title, description, and last edit date.
Usage
Partial
{{ partial "heading" . }}Configuration
Can be configured in the params.toml file.
[heading] | Type | Default | Description |
|---|---|---|---|
home | bool | false | Toggle heading on home page. |
section | bool | false | Toggles heading on section pages. |
single | bool | true | Toggles heading on single pages. |
description | bool | false | Toggle page description below title. |