From f68c6141d4b698775e8edf49b3fcfdffed32dedf Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 22 Jul 2015 07:00:26 +0100
Subject: [PATCH] Show more posts per page

---
 source/blog.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/blog.html b/source/blog.html
index 8dc5185d..98e57317 100644
--- a/source/blog.html
+++ b/source/blog.html
@@ -3,7 +3,7 @@ layout: default
 title: Blog
 generator: pagination
 pagination:
-  max_per_page: 5
+  max_per_page: 10
 use:
   - posts
 ---