Add categories and tags in the menu
This commit is contained in:
parent
42935453f1
commit
c9043e48f7
10
hugo.yaml
10
hugo.yaml
@ -50,7 +50,13 @@ params:
|
|||||||
default: "dark"
|
default: "dark"
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main: []
|
main:
|
||||||
|
- name: Categories
|
||||||
|
url: /categories/
|
||||||
|
weight: 50
|
||||||
|
- name: Tags
|
||||||
|
url: /tags/
|
||||||
|
weight: 60
|
||||||
|
|
||||||
social:
|
social:
|
||||||
- identifier: "mail"
|
- identifier: "mail"
|
||||||
@ -80,7 +86,7 @@ menu:
|
|||||||
|
|
||||||
taxonomies:
|
taxonomies:
|
||||||
category: "categories"
|
category: "categories"
|
||||||
tag: "tags
|
tag: "tags"
|
||||||
|
|
||||||
related:
|
related:
|
||||||
includeNewer: true
|
includeNewer: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user