feat: add disqus plugin, closed #123
This commit is contained in:
parent
025bc5cddf
commit
fd7d4e0e4e
3 changed files with 63 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ var plugins = [
|
|||
{ name: 'external-script', entry: 'external-script.js' },
|
||||
{ name: 'front-matter', entry: 'front-matter/index.js' },
|
||||
{ name: 'zoom-image', entry: 'zoom-image.js' },
|
||||
{ name: 'codesponsor', entry: 'codesponsor.js' }
|
||||
{ name: 'codesponsor', entry: 'codesponsor.js' },
|
||||
{ name: 'disqus', entry: 'disqus.js' }
|
||||
]
|
||||
|
||||
plugins.forEach(item => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue