CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers
https://stack.jimmycai.com
GNU General Public License v3.0
4.89k stars 1.6k forks source link

fix: title does not show pagination data #945

Closed CaiJimmy closed 7 months ago

CaiJimmy commented 7 months ago

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 https://github.com/CaiJimmy/hugo-theme-stack/issues/941