website/_config.yml
madmaurice 17d5e8ebe0 Add menu order feature
Menu items are now sorted by the menuorder attribute of their page.
As we have a page for each language, this attribute has to be set for both of
them.
The default value is 100. pages with equal value are sorted by name.
The index pages are set 0.
2018-06-19 16:58:18 +02:00

11 lines
155 B
YAML

defaults:
-
scope:
path: ""
values:
layout: "page"
menuorder: 100
langs:
de: "DE"
en: "EN"