X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;fp=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=888cdb2282484dfc7491f585e5fdf02ecedddcb6;hp=3bd914fe6ea3b875694971097cecd1954399c72b;hb=680d60dc6802454fe812f1ceea163a1415aaee0e;hpb=a8a1504eff5ea9ce5963a91040a5561ef7651804 diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 3bd914f..888cdb2 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -3,11 +3,13 @@

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

+ <%include include/pagination.html> <%foreach posts post postLoop> <%include include/viewPost.html> <%foreachelse>
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
<%/foreach> + <%include include/pagination.html>
<%include include/tail.html>