X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=3955d3b64732d9b268081d6e9748a0b48fdb31f4;hb=db1981cee6635b3d9e56cb37d795bbe931046330;hp=e56e5d6f41ce658bed2b98b53d6fc04d09fdf14c;hpb=a8da6cddc64125f2e79949f81ac53fbe757edee7;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index e56e5d6..3955d3b 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,12 +1,44 @@ -
+<%include include/head.html> -

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

+ + +

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

- +
@@ -16,16 +48,22 @@

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

-
+
<%foreach posts post> -
- -
<% 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>
-
\ No newline at end of file +

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

+ +
<%= Page.Index.AddSone.Description|l10n|html>
+ + + + + + + +<%include include/tail.html>