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 %}