We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a737fe1 commit 0d78601Copy full SHA for 0d78601
1 file changed
config/_default/languages.toml
@@ -5,7 +5,7 @@ languagedirection = "ltr"
5
title = "CodeGlimpse的个人博客"
6
contentDir = "content/zh-cn"
7
weight = 1
8
- [zh-cn.params]
+ [zh-cn.params.sidebar]
9
subtitle = "我的数字花园 🌱 - 基于 GitHub Pages 搭建的博客与文档。欢迎分享想法!"
10
11
[en]
@@ -14,5 +14,5 @@ languagedirection = "ltr"
14
title = "Personal Blogs for CodeGlimpse"
15
contentDir = "content/en"
16
weight = 2
17
- [en.params]
+ [en.params.sidebar]
18
subtitle = "My digital garden 🌱 - A blog and docs built with GitHub Pages. Thoughts welcome!"
0 commit comments