X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=3bd914fe6ea3b875694971097cecd1954399c72b;hb=e34be62367c121e312e0d5da823a5c8995084c04;hp=cb435cac0f81e4ed78d8e52bd92acedf2101ef8b;hpb=d7be09f25c86e5644e2352f0e336a4ea75c30f53;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index cb435ca..3bd914f 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,69 +1,13 @@ <%include include/head.html> - - -

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

- -
-
-
- - -
-
- -
-
-
-

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

- <%foreach posts post> + <%foreach posts post postLoop> <%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>
- -
- - - -
<%include include/tail.html>