getgrav / grav-plugin-pagination

Grav Pagination Plugin
https://getgrav.org
MIT License
27 stars 20 forks source link

Builtin css only works when header.pagination is set to true #48

Open NicoHood opened 4 years ago

NicoHood commented 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.

NicoHood commented 4 years ago

related: https://github.com/getgrav/grav-plugin-pagination/issues/42