You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem. I noticed that when using {{content}} in the layout file, the content of the alphabetically first pagination index file is used for all other subsequent pagination index files. Substituting {{content}} by {{ page.content | markdownify }} solves the problem. However, any liquid command in the content of page.content gets rendered as raw text when using {{ page.content | markdownify }}.
Hey,
I have the following problem:
The content of one page overwrites the content of another
See here:
https://staging.veilofsound.com/reviews/pagination.html
https://staging.veilofsound.com/interviews/pagination.html
Header reviews:
Header interviews:
_config.yml:
Did I do something wrong in my configuration?
I think I have followed the steps described under https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#my-pagination-pages-are-overwriting-each-others-pages
The text was updated successfully, but these errors were encountered: