diff options
author | uvok cheetah | 2019-05-23 20:23:19 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-23 20:23:19 +0200 |
commit | dcf8e30c74b57f18f60b6592700ea8fe3b18d339 (patch) | |
tree | 765ffd218e97874c6545043292b0316f8f552c33 /Gemfile | |
parent | 89792d2cac1601163a5ea9576e192af14285c604 (diff) |
Prepare pagination
and handle diplaying all posts of pagination is disabled.
Todo: Think about navigation links
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,4 +13,5 @@ gem "minima", "~> 2.0" group :jekyll_plugins do gem "jekyll-redirect-from", "~> 0.15.0" gem "jekyll-feed", "~> 0.6" + gem "jekyll-paginate-v2", "~> 2.0" end |