Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reset #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -229,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!