X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=3a5bb70af28bdcf56d2d4352e4d5ae6515b7cfc3;hb=55479b7bdd317aefedcf2094f442a63d10d36bdd;hp=dc0b98b90ec4dfef6387ceceac86a9a049821062;hpb=32e6dc5478b2dc75608253932e5a50a2857d61c6;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index dc0b98b..3a5bb70 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,12 +1,19 @@ -
+<%include include/head.html> -

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

+ + +

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

- +
@@ -18,14 +25,20 @@
<%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>
+ +

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

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