Update year in copyright lines
[Sone.git] / src / main / resources / templates / index.html
index 482d4d1..f4343fc 100644 (file)
@@ -11,7 +11,9 @@
                <%foreach pagination.items post>
                        <%include include/viewPost.html>
                <%foreachelse>
-                       <div><%= Page.Index.PostList.Text.NoPostYet|l10n|html></div>
+                       <p><%= Page.Index.PostList.Text.NoPostYet|l10n|html></p>
+                       <p><%= Page.Index.PostList.Text.FollowSomeSones|l10n|html|replace needle=='{link}' replacement=='<a href="knownSones.html">'|replace needle=='{/link}' replacement=='</a>'></p>
+                       <p><%= Page.Index.PostList.Text.AutoFollowOption|l10n|html|replace needle=='{link}' replacement=='<a href="options.html">'|replace needle=='{/link}' replacement=='</a>'></p>
                <%/foreach>
                <%include include/pagination.html pageParameter==page>
        </div>