From 3d3d8b9b9cb19f67a53c0375a6207928abc2aa17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 23 Oct 2011 20:43:51 +0200 Subject: [PATCH] Fix bookmark navigation. This fixes #246. --- src/main/resources/templates/bookmarks.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/templates/bookmarks.html b/src/main/resources/templates/bookmarks.html index 8768b5a..cf4e7ce 100644 --- a/src/main/resources/templates/bookmarks.html +++ b/src/main/resources/templates/bookmarks.html @@ -5,6 +5,7 @@

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

+ <%= page|store key=pageParameter> <%include include/pagination.html> <%foreach posts post> <%include include/viewPost.html> -- 2.7.4