X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=3db413d8f795c74c7d7c55fbc234c5c55b6ae0e7;hb=09b9d94dea6b6750a00475ab4e75d378bd76cc8f;hp=7aa558bf031c205d6d1bee866a668ab6dbd747b8;hpb=92fadc4bbfacfcfc8b639961b35c2dc873cf21fa;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 7aa558b..3db413d 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,12 +1,22 @@
-

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

+ + + + + +

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

- +
@@ -16,16 +26,21 @@

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

-
+
<%foreach posts post> -
-
<% post.sone.name|html>
-
<% post.text|html>
-
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
-
+ <%include include/viewPost.html> <%foreachelse>
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
<%/foreach>
+ +

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

+ +
<%= Page.Index.AddSone.Description|l10n|html>
-
\ No newline at end of file + + + + + +