From a319536540191ef2be01c0ae7a7fb0e456e8f03c Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 10 Nov 2015 12:55:36 +0200
Subject: [PATCH] Set pagination to 3 items per page.

---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index e351592..ca1f7a3 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -22,7 +22,7 @@ LINKS = ()
 #SOCIAL = (('You can add links in your config file', '#'),
 #          ('Another social link', '#'),)
 
-DEFAULT_PAGINATION = 10
+DEFAULT_PAGINATION = 3
 
 # Uncomment following line if you want document-relative URLs when developing
 #RELATIVE_URLS = True
-- 
GitLab