You've already forked Ghost-Theme-Source
Fixed endless scrolling of the homepage
This commit is contained in:
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('post-template')) {
|
if (!document.body.classList.contains('home-template') && !document.body.classList.contains('post-template')) {
|
||||||
pagination();
|
pagination();
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
Reference in New Issue
Block a user