getgrav / grav-plugin-pagination

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

no base_url #32

Closed matusstafura closed 6 years ago

matusstafura commented 6 years ago

Hello,

clicking on any pagination link, returns https://page:2/

I tried to call {{ base_url }} in user/plugins/pagination/templates/partials/pagination.html.twig

but it's empty. I expect it to be https://{{ domain}}/page:2/

thanks in advance

matusstafura commented 6 years ago

already solved it, changed base_url to uri.host

ghost commented 6 years ago

Have the same issue, after updating this plugin to latest version (1.4.0). Can't change pagination.html.twig because of permission on server where I host my application.

rhukster commented 6 years ago

Should be fixed.