X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=c18a99dff6ae9f663a3768a08a294c750573caed;hb=284259bbc04105105abb089680ea538f2fb8709d;hp=9046406204ebac3a4e8af4e9fba5f935b6f7aa6d;hpb=66f29561ceb5acbf42a4b8319f1c79ccbfba0979;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 9046406..c18a99d 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -33,6 +33,21 @@
<% post.text|html>
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
+ <%foreach post.replies reply> +
+
<% reply.sone.niceName|html>
+
<% reply.text|html>
+
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
+
+ <%/foreach> +
+
+ + + + +
+
<%foreachelse>
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
<%/foreach>