mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-25 00:53:31 +00:00
refactor: improve js module loading order
This commit is contained in:
@@ -7,11 +7,11 @@ import {
|
||||
toc
|
||||
} from './modules/plugins';
|
||||
|
||||
initSidebar();
|
||||
initTopbar();
|
||||
loadImg();
|
||||
toc();
|
||||
imgPopup();
|
||||
initSidebar();
|
||||
initLocaleDatetime();
|
||||
initClipboard();
|
||||
toc();
|
||||
initTopbar();
|
||||
basic();
|
||||
|
||||
Reference in New Issue
Block a user