mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-21 23:25:25 +00:00
feat(ui): show preview image in home page
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { basic, initSidebar, initTopbar } from './modules/layouts';
|
||||
import {
|
||||
imgExtra,
|
||||
imgLazy,
|
||||
imgPopup,
|
||||
initLocaleDatetime,
|
||||
initClipboard,
|
||||
smoothScroll,
|
||||
@@ -11,7 +12,8 @@ import {
|
||||
basic();
|
||||
initSidebar();
|
||||
initTopbar();
|
||||
imgExtra();
|
||||
imgLazy();
|
||||
imgPopup();
|
||||
initLocaleDatetime();
|
||||
initClipboard();
|
||||
toc();
|
||||
|
||||
Reference in New Issue
Block a user