From b64e59a2f3e9db4af19a9d15f5104722482d83bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 16 Apr 2011 13:19:38 +0200 Subject: [PATCH] Add pagination name on post feed. --- src/main/resources/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 59bfee7..f79e52d 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -8,7 +8,7 @@
<%= page|store key=pageParameter> - <%include include/pagination.html> + <%include include/pagination.html paginationName==pagination-index> <%foreach pagination.items post> <%include include/viewPost.html> <%foreachelse> -- 2.7.4