Increase pagination threshold to 25 items.
[Sone.git] / src / main / resources / templates / index.html
index a2b35b7..5c2fca0 100644 (file)
@@ -4,7 +4,7 @@
 
        <div id="posts">
                <%getpage>
-               <%paginate list=posts pagesize=2>
+               <%paginate list=posts pagesize=25>
                <%= page|store key=pageParameter>
                <%include include/pagination.html>
                <%foreach pagination.items post>