2 Commits

Author SHA1 Message Date
Sodbileg Gansukh
4b347f1b0d v1.0.1 2023-10-11 09:31:12 +08:00
Sodbileg Gansukh
dedc9cbc3d Fixed pagination not working on tag templates
refs https://github.com/TryGhost/Source/issues/10
2023-10-11 09:30:48 +08:00
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -2,7 +2,7 @@
"name": "source",
"description": "A default theme for the Ghost publishing platform",
"demo": "https://source.ghost.io",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"ghost": ">=5.0.0"
},