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"
|
||||
|
||||
menu:
|
||||
main: []
|
||||
main:
|
||||
- name: Categories
|
||||
url: /categories/
|
||||
weight: 50
|
||||
- name: Tags
|
||||
url: /tags/
|
||||
weight: 60
|
||||
|
||||
social:
|
||||
- identifier: "mail"
|
||||
@ -80,7 +86,7 @@ menu:
|
||||
|
||||
taxonomies:
|
||||
category: "categories"
|
||||
tag: "tags
|
||||
tag: "tags"
|
||||
|
||||
related:
|
||||
includeNewer: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user