mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-08 12:07:06 +08:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
script.
|
|
window.paceOptions = {
|
|
restartOnPushState: false
|
|
}
|
|
|
|
btf.addGlobalFn('pjaxSend', () => {
|
|
Pace.restart()
|
|
}, 'pace_restart')
|
|
|
|
|
|
link(rel="stylesheet", href=url_for(theme.preloader.pace_css_url || theme.asset.pace_default_css))
|
|
script(src=url_for(theme.asset.pace_js)) |