From 4dbb8998f840a771949ed30f9f2b652713edd0f9 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Thu, 28 May 2020 18:12:46 -0400 Subject: Implement initial pagination. --- templates/index.hbs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/index.hbs') diff --git a/templates/index.hbs b/templates/index.hbs index f0d6d91..18245a0 100644 --- a/templates/index.hbs +++ b/templates/index.hbs @@ -13,6 +13,9 @@ {{#each images}} {{/each}} + {{#if next_page}} +

next

+ {{/if}}