Skip to content

Commit

Permalink
Fixed pagination not working on tag templates
Browse files Browse the repository at this point in the history
refs #10
  • Loading branch information
minimaluminium committed Oct 11, 2023
1 parent e0483fd commit dedc9cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/built/source.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/source.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/casper.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

/* Infinite scroll pagination */
(function () {
if (document.body.classList.contains('paged')) {
if (!document.body.classList.contains('post-template')) {
pagination();
}
})();

0 comments on commit dedc9cb

Please sign in to comment.