chore(exampleSite): fix home menu item highlight
This commit is contained in:
parent
79e23544a9
commit
15d2040f7e
8
exampleSite/content/_index.cn.md
Normal file
8
exampleSite/content/_index.cn.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
menu:
|
||||
main:
|
||||
name: 主页
|
||||
weight: -100
|
||||
params:
|
||||
icon: home
|
||||
---
|
8
exampleSite/content/_index.md
Normal file
8
exampleSite/content/_index.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
menu:
|
||||
main:
|
||||
name: Home
|
||||
weight: -100
|
||||
params:
|
||||
icon: home
|
||||
---
|
Loading…
Reference in New Issue
Block a user