mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
chore(exampleSite): fix home menu item highlight
This commit is contained in:
parent
79e23544a9
commit
15d2040f7e
2 changed files with 16 additions and 0 deletions
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 a new issue