Skip to content

Commit a737fe1

Browse files
committed
fix i18n subtitle
1 parent 952dfa3 commit a737fe1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config/_default/languages.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ languagedirection = "ltr"
55
title = "CodeGlimpse的个人博客"
66
contentDir = "content/zh-cn"
77
weight = 1
8-
[zh-cn.params]
9-
subtitle = "我的数字花园 🌱 - 基于 GitHub Pages 搭建的博客与文档。欢迎分享想法!"
8+
[zh-cn.params]
9+
subtitle = "我的数字花园 🌱 - 基于 GitHub Pages 搭建的博客与文档。欢迎分享想法!"
1010

1111
[en]
1212
languageName = "English"
1313
languagedirection = "ltr"
1414
title = "Personal Blogs for CodeGlimpse"
1515
contentDir = "content/en"
1616
weight = 2
17-
[en.params]
18-
subtitle = "My digital garden 🌱 - A blog and docs built with GitHub Pages. Thoughts welcome!"
17+
[en.params]
18+
subtitle = "My digital garden 🌱 - A blog and docs built with GitHub Pages. Thoughts welcome!"

0 commit comments

Comments
 (0)