From c0a280bca8a4cd37221796e0a1ef907c937e4abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 20 Feb 2026 17:58:40 +0100 Subject: [PATCH] feat: implement infinite scroll on the author page --- author.hbs | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/author.hbs b/author.hbs index f53da4b..eb2fccb 100644 --- a/author.hbs +++ b/author.hbs @@ -65,7 +65,22 @@ {{#foreach posts}} {{> "post-card"}} {{/foreach}} + + {{#if pagination.next}} +
+
+ {{/if}} - {{pagination}} +
+
+

Loading more posts...

+