rewdy / Pico-Pagination

Provides basic pagination for Pico.
27 stars 12 forks source link

{{ next_page }} is overwritten #2

Closed ghost closed 11 years ago

ghost commented 11 years ago

Pico's default {{ next_page }} Twig variable is overwritten by this plugin. It is overwritten as a link to the next page instead of being a page object for the next page.

rewdy commented 11 years ago

Wow, totally overlooked that. I just updated it so the individual links are now {{ next_page_link }} and {{ prev_page_link }} to avoid the conflict. Thanks for pointing that out.