From b69a8c24628d5ca154674725b38ce31c4befa451 Mon Sep 17 00:00:00 2001 From: John Griffiths Date: Thu, 18 Feb 2016 11:33:43 -0500 Subject: [PATCH] include gems: [jekyll-paginate] to config.yml file to remove depreciation notice. --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..ddd02b43be6 100644 --- a/_config.yml +++ b/_config.yml @@ -24,3 +24,5 @@ version: 2.1.0 github: repo: https://github.com/poole/hyde + +gems: [jekyll-paginate] \ No newline at end of file