From: David ‘Bombe’ Roden Date: Fri, 1 Apr 2011 20:44:53 +0000 (+0200) Subject: Decrease number of posts on a page to 10. X-Git-Tag: 0.6^2~19 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=294c6ba73dccbd051391de3c621f03dd06dee960;hp=ece9119924c20b12ef1c2f0908a92dc8323f8884;p=Sone.git Decrease number of posts on a page to 10. --- diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index a180fe1..830b999 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -62,7 +62,7 @@
<%:getpage parameter=postPage> - <%:paginate list=sone.posts pagesize=25> + <%:paginate list=sone.posts pagesize=10> <%= postPage|store key=pageParameter> <%include include/pagination.html> <%foreach pagination.items post>