mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
16 lines
577 B
Plaintext
16 lines
577 B
Plaintext
if theme.disqus && theme.disqus.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.disqus.shortname}',
|
|
siteName: "!{theme.disqus.siteName}",
|
|
identifier: '!{ page.path }',
|
|
url: '!{ page.permalink }',
|
|
title: '!{ page.title }',
|
|
api: '!{theme.disqus.api}',
|
|
apikey: '!{theme.disqus.apikey}',
|
|
admin: '',
|
|
adminLabel: ''
|
|
}); |