You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($page && ($page->value('header.content.pagination') || $page->value('header.pagination'))) {
Since I am using pagination in twig templates (via {% do paginate( collection, limit ) %}), I want to enable the css either in general or at least from the twig template. The current solution seems a bit odd to me, but I might be wrong.
The text was updated successfully, but these errors were encountered:
I want to use the builtin css of the pagination plugin. However it looks like a header variable must be set for that:
grav-plugin-pagination/pagination.php
Line 88 in 240fd7b
Since I am using pagination in twig templates (via
{% do paginate( collection, limit ) %}
), I want to enable the css either in general or at least from the twig template. The current solution seems a bit odd to me, but I might be wrong.The text was updated successfully, but these errors were encountered: