From 6d7f2bd5871e69251146b8626e1ed64c3fd99ffc Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 2 Nov 2016 16:13:11 -0400 Subject: [PATCH] add pagination at bottom of ukko --- contrib/templates/default/ukko.mustache | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/contrib/templates/default/ukko.mustache b/contrib/templates/default/ukko.mustache index 4fca088..a194466 100644 --- a/contrib/templates/default/ukko.mustache +++ b/contrib/templates/default/ukko.mustache @@ -65,6 +65,18 @@
{{/threads}} +
+ {{#prev}} + + previous + + {{/prev}} + {{#next}} + + next + + {{/next}} +