mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
fix(exampleSite): wrong zh-cn
about page filename (#562)
This commit is contained in:
parent
9d922272e4
commit
2671f292fd
2 changed files with 10 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: 关于
|
||||
---
|
||||
|
||||
This is a test page for i18n support.
|
10
exampleSite/content/page/about/index.zh-cn.md
Normal file
10
exampleSite/content/page/about/index.zh-cn.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: 关于
|
||||
menu:
|
||||
main:
|
||||
weight: -90
|
||||
params:
|
||||
icon: user
|
||||
---
|
||||
|
||||
This is a test page for i18n support.
|
Loading…
Reference in a new issue