diff --git a/ghost/admin/tpl/settings/general.hbs b/ghost/admin/tpl/settings/general.hbs
index cc344f147f..9d95b01561 100644
--- a/ghost/admin/tpl/settings/general.hbs
+++ b/ghost/admin/tpl/settings/general.hbs
@@ -57,10 +57,15 @@
+
diff --git a/ghost/admin/views/settings.js b/ghost/admin/views/settings.js
index 4263a4d657..bcc64a0f27 100644
--- a/ghost/admin/views/settings.js
+++ b/ghost/admin/views/settings.js
@@ -164,7 +164,8 @@
email: this.$('#email-address').val(),
logo: this.$('#logo').attr("src"),
icon: this.$('#icon').attr("src"),
- activeTheme: this.$('#activeTheme').val()
+ activeTheme: this.$('#activeTheme').val(),
+ postsPerPage: this.$('#postsPerPage').val()
}, {
success: this.saveSuccess,
error: this.saveError