fix: profile pagination buttons

This commit is contained in:
trisua 2025-05-09 12:21:56 +00:00
parent 71ee99c3b4
commit 281e9bea44

View file

@ -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) }}
</div>
</div>
{% endblock %}