From 09548c2547853fbc0712f45257d5474ca4596d39 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 7 Mar 2024 13:21:06 -0500 Subject: [PATCH] multilingual-jekyll-site/make-a-test-post: Remove redundant parentheses --- .../zh/collections/multilingual-jekyll-site/make-a-test-post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/collections/multilingual-jekyll-site/make-a-test-post.md b/content/zh/collections/multilingual-jekyll-site/make-a-test-post.md index b508204b..e582c7d2 100644 --- a/content/zh/collections/multilingual-jekyll-site/make-a-test-post.md +++ b/content/zh/collections/multilingual-jekyll-site/make-a-test-post.md @@ -12,7 +12,7 @@ site-root/_posts$ ls en zh ``` -接着,在每个文件夹下创建一个文件名格式为 `YEAR-MONTH-DAY-title.MARKUP` 的文件,详情可参阅 [Jekyll 官方文档的描述]((https://jekyllrb.com/docs/posts/#creating-posts))。然后在每个文件头部的信息块中加入一个 `lang` 变量,它的值就是当前文件中的帖子的语言。 +接着,在每个文件夹下创建一个文件名格式为 `YEAR-MONTH-DAY-title.MARKUP` 的文件,详情可参阅 [Jekyll 官方文档的描述](https://jekyllrb.com/docs/posts/#creating-posts)。然后在每个文件头部的信息块中加入一个 `lang` 变量,它的值就是当前文件中的帖子的语言。 ```console site-root/_posts$ ls *