mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-17 04:40:53 +08:00
13 lines
340 B
Plaintext
13 lines
340 B
Plaintext
script(src=url_for(theme.CDN.pangu))
|
|
if theme.pangu.field === 'post' && is_post()
|
|
script.
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
pangu.autoSpacingPage()
|
|
})
|
|
else if theme.pangu.field === 'site'
|
|
script.
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
pangu.autoSpacingPage()
|
|
})
|
|
|