chore(exampleSite): fix home menu item highlight

This commit is contained in:
Jimmy Cai 2022-03-04 08:46:27 +00:00 committed by GitHub
parent 79e23544a9
commit 15d2040f7e
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
menu:
main:
name: 主页
weight: -100
params:
icon: home
---

View File

@ -0,0 +1,8 @@
---
menu:
main:
name: Home
weight: -100
params:
icon: home
---