Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: title does not show pagination data (#945)
* fix: title does not show pagination data This is caused by partialCached. It turns out that the `.RelPermalink` is the same for all pages generated by the paginator, so they will show the same title as the first page. closes #941 * doc(exampleSite): set paginate to 3 to force pagination
- Loading branch information