From 18edf95edf82439370e4f97da075067feda70e5a Mon Sep 17 00:00:00 2001 From: lostinlight Date: Tue, 3 Apr 2018 06:50:26 +0300 Subject: [PATCH] Increase posts per page num --- .gitlab-ci.yml | 2 +- _config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e7ca4c..f0c9a56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ -image: node:6.11.1 +image: node:latest pages: script: diff --git a/_config.yml b/_config.yml index a0349cd..b49548b 100644 --- a/_config.yml +++ b/_config.yml @@ -57,7 +57,7 @@ time_format: HH:mm:ss # Pagination ## Set per_page to 0 to disable pagination -per_page: 10 +per_page: 22 pagination_dir: page # Extensions