mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Fix pangu: spacing main element only
This commit is contained in:
parent
b84b0d6fd7
commit
822a72127f
@ -47,7 +47,7 @@ NexT.boot.refresh = function() {
|
|||||||
background: 'var(--content-bg-color)'
|
background: 'var(--content-bg-color)'
|
||||||
});
|
});
|
||||||
CONFIG.lazyload && window.lozad('.post-body img').observe();
|
CONFIG.lazyload && window.lozad('.post-body img').observe();
|
||||||
CONFIG.pangu && window.pangu.spacingPage();
|
CONFIG.pangu && window.pangu.spacingElementByTagName('main');
|
||||||
|
|
||||||
CONFIG.exturl && NexT.utils.registerExtURL();
|
CONFIG.exturl && NexT.utils.registerExtURL();
|
||||||
NexT.utils.wrapTableWithBox();
|
NexT.utils.wrapTableWithBox();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user