X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=f79e52dc03b5762e47af84c67a4afb463a983d85;hb=85aa9c556ef8ac726694f0077a4f8df0bc912e5f;hp=8f189742e5715f4db81ff61c6fd7aea08164baab;hpb=bc67a0f3537a40197fac4f99a9e9ec970a686fdb;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 8f18974..f79e52d 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,21 +1,20 @@ <%include include/head.html> - +

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

+ <%include include/updateStatus.html> +
- <%foreach posts post> + <%= page|store key=pageParameter> + <%include include/pagination.html paginationName==pagination-index> + <%foreach pagination.items post> <%include include/viewPost.html> <%foreachelse>
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
<%/foreach> + <%include include/pagination.html>
<%include include/tail.html>