Open olivx opened 7 years ago
I see the pure-pagination have a pagination-boostrap, but how i configure for use them ?
Use {% include 'pure_pagination/pagination-bootstrap.html' with verbose=True %} instead of {{ page.render }}.
{% include 'pure_pagination/pagination-bootstrap.html' with verbose=True %}
{{ page.render }}
how can i use the pagination-bootstrap.html? it's not work!
I see the pure-pagination have a pagination-boostrap, but how i configure for use them ?