librarianphp / librarian

A static site generator and markdown indexer inspired by Hugo and DEV, written in PHP
https://librarianphp.dev/
MIT License
134 stars 11 forks source link

Make paginanation seamless across preview and static build #29

Open erikaheidi opened 1 year ago

erikaheidi commented 1 year ago

Pagination is implemented for the static build but the preview site still uses url parameters to set the page. we must make sure the preview site uses the same format as the static build: /page/number instead of ?page=number.