Move the pagination out of the HTML. This fixes #51.
[Sone.git] / src / main / resources / templates / index.html
index 39d53f1..345f376 100644 (file)
@@ -5,8 +5,6 @@
        <h1><%= Page.Index.PostList.Title|l10n|html></h1>
 
        <div id="posts">
-               <%getpage>
-               <%paginate list=posts pagesize=25>
                <%= page|store key=pageParameter>
                <%include include/pagination.html>
                <%foreach pagination.items post>