🐛 Fixed the home page not show run times & last push date.
This commit is contained in:
parent
6542375766
commit
568ef4ecc6
@ -33,10 +33,11 @@ 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();
|
||||
|
Loading…
Reference in New Issue
Block a user