X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=a2b35b7a8ba4d3bfdaacd3efa6162ab55dbfc8d0;hb=18c4af81b2c7f3b64d33039e6feaace2d1605156;hp=3f9dc5762f8a74ece41f22b1ce1862b9ce1e85eb;hpb=0cee1b73918990cc5823e1e938605e3a6c644837;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 3f9dc57..a2b35b7 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,31 +1,18 @@ <%include include/head.html> - -

<%= Page.Index.PostList.Title|l10n|html>

- <%foreach posts post> + <%getpage> + <%paginate list=posts pagesize=2> + <%= page|store key=pageParameter> + <%include include/pagination.html> + <%foreach pagination.items post> <%include include/viewPost.html> <%foreachelse>
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
<%/foreach> + <%include include/pagination.html>
-

<%= Page.Index.AddSone.Title|l10n|html>

- -
<%= Page.Index.AddSone.Description|l10n|html>
- -
- - - -
- <%include include/tail.html>