X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=f4343fc9e978f9c2fbcf1c29c538ea74d70b7e0a;hb=f229fe41f708d2b275c20ceb9aba5993761218a3;hp=122a48761000e2544fd9642216b8792e7ef0ac5b;hpb=69f74c761d150eab9759449827c34b1a5e57eefe;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 122a487..f4343fc 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,21 +1,21 @@ <%include include/head.html> - +

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

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

<%= Page.Index.PostList.Text.NoPostYet|l10n|html>

+

<%= Page.Index.PostList.Text.FollowSomeSones|l10n|html|replace needle=='{link}' replacement==''|replace needle=='{/link}' replacement==''>

+

<%= Page.Index.PostList.Text.AutoFollowOption|l10n|html|replace needle=='{link}' replacement==''|replace needle=='{/link}' replacement==''>

<%/foreach> + <%include include/pagination.html pageParameter==page>
<%include include/tail.html>