diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 20:44:57 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 20:44:57 +0000 |
commit | 01d58b957f171bab6198ac382bb7e48dc627a772 (patch) | |
tree | 1042a531eb61293ad74734d0c223d228e2eb17a7 /config.toml | |
parent | 8e2e8831c5b7ead123556bd76c1a30a7dff9c985 (diff) | |
download | capotej.com-01d58b957f171bab6198ac382bb7e48dc627a772.tar.gz |
tweak pagination
Diffstat (limited to '')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index ebf7dbd..4f1bc5b 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ theme = "even" preserveTaxonomyNames = true hasCJKLanguage = false # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文 -paginate = 10 # 首页每页显示的文章数 +paginate = 9 # 首页每页显示的文章数 disqusShortname = "" # disqus_shortname googleAnalytics = "" # UA-XXXXXXXX-X copyright = "" # default: author.name ↓ # 默认为下面配置的author.name ↓ |