mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-21 11:10:53 +00:00
Enable smooth scrolling for layout page
This commit is contained in:
parent
4dd0c6d16f
commit
b0815b53c0
2
assets/js/dist/page.min.js
vendored
2
assets/js/dist/page.min.js
vendored
File diff suppressed because one or more lines are too long
@ -66,7 +66,8 @@ const pageJs = () => {
|
|||||||
`${JS_SRC}/commons/*.js`,
|
`${JS_SRC}/commons/*.js`,
|
||||||
`${JS_SRC}/utils/checkbox.js`,
|
`${JS_SRC}/utils/checkbox.js`,
|
||||||
`${JS_SRC}/utils/img-extra.js`,
|
`${JS_SRC}/utils/img-extra.js`,
|
||||||
`${JS_SRC}/utils/clipboard.js`
|
`${JS_SRC}/utils/clipboard.js`,
|
||||||
|
`${JS_SRC}/utils/smooth-scroll.js`
|
||||||
], 'page'
|
], 'page'
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user