Fixed pagination not working on tag templates
refs https://github.com/TryGhost/Source/issues/10
This commit is contained in:
parent
e0483fd7f4
commit
dedc9cbc3d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
/* Infinite scroll pagination */
|
/* Infinite scroll pagination */
|
||||||
(function () {
|
(function () {
|
||||||
if (document.body.classList.contains('paged')) {
|
if (!document.body.classList.contains('post-template')) {
|
||||||
pagination();
|
pagination();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
Loading…
Reference in New Issue
Block a user