mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
Documented default name, fixed typo in categories and clarifies what's meant
This commit is contained in:
parent
6e0164d0e4
commit
2379ef80a2
1 changed files with 3 additions and 2 deletions
|
@ -228,7 +228,8 @@ The theme also supports nested menus. In order to use them you just need to defi
|
||||||
|
|
||||||
### Sub-Navigation menu
|
### Sub-Navigation menu
|
||||||
|
|
||||||
Additionally, you can also configure a sub-navigation menu. Just define new menu entries as `subnavigation` in `menu.toml`. This will render a second line with caregories below the main header menu.
|
Additionally, you can also configure a sub-navigation menu. Just define new menu entries as `subnavigation` in `menus.toml`.
|
||||||
|
This will render a second line with sub-categories below the main header menu.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
# config/_default/menus.toml
|
# config/_default/menus.toml
|
||||||
|
@ -244,7 +245,7 @@ Additionally, you can also configure a sub-navigation menu. Just define new menu
|
||||||
weight = 20
|
weight = 20
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The default `name` is the `pageRef` title cased.
|
||||||
|
|
||||||
## Thumbnails & Backgrounds
|
## Thumbnails & Backgrounds
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue