forked from zombi/website
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.
This commit is contained in:
parent
d17f26d9b4
commit
17d5e8ebe0
4 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,7 @@ title: The friendly neighborhood undead tech community
|
|||
menutitle: Home
|
||||
lang: en
|
||||
ref: home
|
||||
menuorder: 0
|
||||
---
|
||||
|
||||
# Welcome to Zombi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue