mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-05-07 17:28:39 +00:00
Enable smooth scrolling for layout page
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -66,7 +66,8 @@ const pageJs = () => {
|
||||
`${JS_SRC}/commons/*.js`,
|
||||
`${JS_SRC}/utils/checkbox.js`,
|
||||
`${JS_SRC}/utils/img-extra.js`,
|
||||
`${JS_SRC}/utils/clipboard.js`
|
||||
`${JS_SRC}/utils/clipboard.js`,
|
||||
`${JS_SRC}/utils/smooth-scroll.js`
|
||||
], 'page'
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user