fix: quotes/reposts pagination

This commit is contained in:
trisua 2025-06-05 21:40:27 -04:00
parent afe2955a25
commit f4630d4464
2 changed files with 2 additions and 2 deletions

View file

@ -83,6 +83,6 @@
(text "{{ icon \"external-link\" }}")
(span
(text "{{ text \"general:action.open\" }}")))))
(text "{% endfor %} {{ components::pagination(page=page, items=list|length, key=\"quotes\", value=\"false\") }}"))))
(text "{% endfor %} {{ components::pagination(page=page, items=list|length, key=\"&quotes=\", value=\"false\") }}"))))
(text "{% endblock %}")