From 2f39ec741320231b0a7ef5a37a9d53516bd1bac9 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 26 Dec 2009 05:50:05 -0800 Subject: [PATCH] default at 5 post per page in the .dist Signed-off-by: Philip M. Hofer (Frumph) --- comicpress-config.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comicpress-config.php.dist b/comicpress-config.php.dist index 972c717..96fcca0 100644 --- a/comicpress-config.php.dist +++ b/comicpress-config.php.dist @@ -22,7 +22,7 @@ $archive_comic_width = "380"; $rss_comic_width = "600"; //BLOG POSTCOUNT - the number of blog entries to appear on the home page (default "5"). -$blog_postcount = "3"; +$blog_postcount = "5"; //Mini Comic Width - The width your comics will appear in minithumbs (default "100") $mini_comic_width = "80";