X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=3db413d8f795c74c7d7c55fbc234c5c55b6ae0e7;hb=09b9d94dea6b6750a00475ab4e75d378bd76cc8f;hp=d148926bc00114a2d0e008fc7b0dc0e14d2120c3;hpb=4b3a99603aaa202c325bb3c4c54fc58e414d6b83;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index d148926..3db413d 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -28,26 +28,7 @@
<%foreach posts post> -
- -
<% post.text|html>
- -
- <%foreach post.replies reply> -
- -
<% reply.text|html>
-
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
-
- <%/foreach> -
-
- - - - -
-
+ <%include include/viewPost.html> <%foreachelse>
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
<%/foreach>