diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-18 22:06:20 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-18 22:06:20 +0200 |
commit | 9df1451b587b2ab9e5a9e738c141908a7d40e0e1 (patch) | |
tree | ac715925c8ebb00234a84aba21aceee99c95cde4 /_config.yml | |
parent | paginator: hide if only 1 page (diff) | |
download | jekyll-theme-9df1451b587b2ab9e5a9e738c141908a7d40e0e1.tar.gz jekyll-theme-9df1451b587b2ab9e5a9e738c141908a7d40e0e1.zip |
paginator: add a test post on the second page
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index aeaf8ec..c12a5ab 100644 --- a/_config.yml +++ b/_config.yml @@ -39,7 +39,7 @@ plugins: # jekyll-github-metadata repository: egor-tensin/jekyll-theme # jekyll-paginate -paginate: 10 +paginate: 5 paginate_path: '/feed/page:num/' # Theme settings |