diff options
Diffstat (limited to 'templates/index.hbs')
| -rw-r--r-- | templates/index.hbs | 3 |
1 files changed, 3 insertions, 0 deletions
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}} <img src="/image/{{thumb_filename}}"> {{/each}} + {{#if next_page}} + <p><a href="{{next_page}}">next</a></p> + {{/if}} </main> <aside id="tag-view"> <section id="search"> |