diff --git a/assets/js/next-boot.js b/assets/js/next-boot.js index efe436e..4b67d4c 100644 --- a/assets/js/next-boot.js +++ b/assets/js/next-boot.js @@ -33,11 +33,12 @@ NexT.boot.registerEvents = function() { NexT.boot.refresh = function() { + NexT.utils.calSiteInfo(); + if (!NexT.CONFIG.page.isPage) return; NexT.utils.registerSidebarTOC(); - NexT.utils.calSiteInfo(); - + NexT.utils.replacePostCRLink(); NexT.utils.registerCopyCode(); NexT.utils.registerPostReward();