Files
lichterei-web/site/blueprints/pages/photography.yml
Lukas Bestle 3735edfbe7 Sections: label instead headline
Co-authored-by: Nico Hoffmann  ෴ <me@nhoffmann.com>
2022-06-04 17:09:42 +02:00

19 lines
525 B
YAML

# Each page blueprint must have a title, the title may be different from the file name
title: Photos
# Each page can have an icon that is shown in page listings when no preview image is available.
icon: 🖼
# Here we extend two sections which are defined in `/site/blueprints/sections/albums.yml`
# They differ in their page status and the headline.
sections:
drafts:
extends: sections/albums
label: Drafts
status: draft
listed:
extends: sections/albums
label: Published Albums
status: listed