ADD pagination

This commit is contained in:
2025-10-08 10:38:06 +00:00
parent 5a0cd8a1be
commit df3086e62d
6 changed files with 323 additions and 175 deletions

View File

@ -53,8 +53,9 @@
<h2>no hay artículos</h2>
{% endif %}
{% set pagination = posts_opinion.pagination %}
<!-- PAGINATION -->
{% set pagination = posts_opinion.pagination %}
<div class="pagination-custom mt-5">
{% include 'partials/pagination-custom.twig' %}
</div>