mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-23 16:13:05 +00:00
feat: show toc on mobile screens (#1964)
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import { basic, initSidebar, initTopbar } from './modules/layouts';
|
||||
import { basic, initTopbar, initSidebar } from './modules/layouts';
|
||||
|
||||
import {
|
||||
loadImg,
|
||||
imgPopup,
|
||||
initLocaleDatetime,
|
||||
initClipboard,
|
||||
toc
|
||||
initToc
|
||||
} from './modules/plugins';
|
||||
|
||||
loadImg();
|
||||
toc();
|
||||
initToc();
|
||||
imgPopup();
|
||||
initSidebar();
|
||||
initLocaleDatetime();
|
||||
|
||||
Reference in New Issue
Block a user