Move status update form to post feed page.
[Sone.git] / src / main / resources / templates / index.html
index a2b35b7..59bfee7 100644 (file)
@@ -1,10 +1,12 @@
 <%include include/head.html>
 
+       <div class="page-id hidden">index</div>
+
        <h1><%= Page.Index.PostList.Title|l10n|html></h1>
 
+       <%include include/updateStatus.html>
+
        <div id="posts">
-               <%getpage>
-               <%paginate list=posts pagesize=2>
                <%= page|store key=pageParameter>
                <%include include/pagination.html>
                <%foreach pagination.items post>