Open NicoHood opened 4 years ago
I want to use the builtin css of the pagination plugin. However it looks like a header variable must be set for that: https://github.com/getgrav/grav-plugin-pagination/blob/240fd7b38218cf881f322c480c60e8aa30d24669/pagination.php#L88
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.
{% do paginate( collection, limit ) %}
related: https://github.com/getgrav/grav-plugin-pagination/issues/42
I want to use the builtin css of the pagination plugin. However it looks like a header variable must be set for that: https://github.com/getgrav/grav-plugin-pagination/blob/240fd7b38218cf881f322c480c60e8aa30d24669/pagination.php#L88
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.