From 281e9bea44785bf1c5a2bd53909a47444740611f Mon Sep 17 00:00:00 2001 From: t Date: Fri, 9 May 2025 12:21:56 +0000 Subject: [PATCH] fix: profile pagination buttons --- crates/app/src/public/html/profile/posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/app/src/public/html/profile/posts.html b/crates/app/src/public/html/profile/posts.html index 26bc551..e4a9ee3 100644 --- a/crates/app/src/public/html/profile/posts.html +++ b/crates/app/src/public/html/profile/posts.html @@ -48,7 +48,7 @@ profile.settings.allow_anonymous_questions) %} {% endif %} {% endfor %} - {{ components::pagination(page=page, items=posts|length, key="%tag=", value=tag) }} + {{ components::pagination(page=page, items=posts|length, key="&tag=", value=tag) }} {% endblock %}