From 4e016c02f583dc5bab1ba986cac45cab6abd4923 Mon Sep 17 00:00:00 2001 From: WangShuai Date: Thu, 29 Mar 2018 09:20:45 +0800 Subject: [PATCH 1/2] Update README.zh.md --- README.zh.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index 25b228d6d..f216a7250 100644 --- a/README.zh.md +++ b/README.zh.md @@ -123,7 +123,11 @@ featured-condition-size: 1 # A tag will be featured if the size of it is mor 唯一需要注意的是`featured-condition-size`: A tag will be featured if the size of it is more than this condition value. (也不知道Hux是想表达什么意思,请作者解答) -内部有一个条件模板 `{% if tag[1].size > {{site.featured-condition-size}} %}` 是用来做筛选过滤的. +内部有一个条件模板 +``` +{% if tag[1].size > {{site.featured-condition-size}} %} +``` +是用来做筛选过滤的. #### Friends From 0ee5c7d715c58da13eba3e715d32e3227dec0e54 Mon Sep 17 00:00:00 2001 From: WangShuai Date: Thu, 29 Mar 2018 09:25:01 +0800 Subject: [PATCH 2/2] Update README.zh.md --- README.zh.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.zh.md b/README.zh.md index f216a7250..f14af71ae 100644 --- a/README.zh.md +++ b/README.zh.md @@ -233,6 +233,3 @@ There are a number of tasks it performs like minification of the JavaScript, com 2. 感谢[@BrucZhaoR](https://github.com/BruceZhaoR)的中文翻译 3. 感谢 Jekyll、Github Pages 和 Bootstrap! - - -