X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=fc8eedbf0ddd44c478bb8d9ce5558fd427951db7;hb=55135a2fbb98c7a17a9c4a080a5a1173704e7774;hp=c4c251ab31b5111311ba58d77764fe113e1b2aaa;hpb=b77878b1b8c125b0a0908a9cc730219eaf643841;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index c4c251a..fc8eedb 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,72 +1,17 @@ <%include include/head.html> - - -

<%= Page.Index.Page.Title|l10n|insert needle="{sone}" key=currentSone.name|html>

- -
-
-
- - -
-
- -
-
-
-

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

- <%foreach posts post> + <%getpage> + <%paginate list=posts pagesize=2> + <%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>