mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
16 lines
589 B
Plaintext
16 lines
589 B
Plaintext
if theme.disqusjs && theme.disqusjs.enable
|
|
#disqus_thread
|
|
link(href=('https://cdn.jsdelivr.net/npm/disqusjs@1.2/dist/disqusjs.css') rel='stylesheet')
|
|
script(src=('https://cdn.jsdelivr.net/npm/disqusjs@1.2/dist/disqus.js'))
|
|
script.
|
|
var dsqjs = new DisqusJS({
|
|
shortname: '!{theme.disqusjs.shortname}',
|
|
siteName: "!{theme.disqusjs.siteName}",
|
|
identifier: '!{ page.path }',
|
|
url: '!{ page.permalink }',
|
|
title: '!{ page.title }',
|
|
api: '!{theme.disqusjs.api}',
|
|
apikey: '!{theme.disqusjs.apikey}',
|
|
admin: '',
|
|
adminLabel: ''
|
|
}); |