X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fbookmarks.html;h=ef2cf68433ecbde804beea3a5b8f0230d22df1cf;hp=8768b5ac4fc035ca9d9b7f629b936916851d73c3;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=70ae6c8bb784c24ac183bb485d0efa324fa0acd2 diff --git a/src/main/resources/templates/bookmarks.html b/src/main/resources/templates/bookmarks.html index 8768b5a..ef2cf68 100644 --- a/src/main/resources/templates/bookmarks.html +++ b/src/main/resources/templates/bookmarks.html @@ -5,13 +5,13 @@

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

- <%include include/pagination.html> + <%include include/pagination.html pageParameter==page> <%foreach posts post> <%include include/viewPost.html> <%/foreach> - <%include include/pagination.html> + <%include include/pagination.html pageParameter==page> <%if postsNotLoaded> -

<%= Page.Bookmarks.Text.PostsNotLoaded|l10n|html|replace needle='{link}' replacement=''|replace needle='{/link}' replacement=''>

+

<%= Page.Bookmarks.Text.PostsNotLoaded|l10n|html|replace needle=='{link}' replacement==''|replace needle=='{/link}' replacement==''>

<%elseif posts.empty>

<%= Page.Bookmarks.Text.NoBookmarks|l10n|html>

<%/if>