Fix bookmark navigation.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 23 Oct 2011 18:43:51 +0000 (20:43 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 23 Oct 2011 18:44:16 +0000 (20:44 +0200)
This fixes #246.

src/main/resources/templates/bookmarks.html

index 8768b5a..cf4e7ce 100644 (file)
@@ -5,6 +5,7 @@
        <h1><%= Page.Bookmarks.Page.Title|l10n|html></h1>
 
        <div id="posts">
+               <%= page|store key=pageParameter>
                <%include include/pagination.html>
                <%foreach posts post>
                        <%include include/viewPost.html>