Skip to content

Commit

Permalink
multilingual-jekyll-site/make-a-test-post: Remove redundant parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo3418 committed Mar 7, 2024
1 parent 8038b0d commit 09548c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit 09548c2

Please sign in to comment.