Show the first of the two “clear on next restart” options on the Options page.
[Sone.git] / src / main / resources / templates / index.html
index fc8eedb..5c2fca0 100644 (file)
@@ -4,7 +4,8 @@
 
        <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>
                        <%include include/viewPost.html>