fix theme...
This commit is contained in:
10
themes/anzhiyu/layout/includes/third-party/comments/js.pug
vendored
Normal file
10
themes/anzhiyu/layout/includes/third-party/comments/js.pug
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
each name in theme.comments.use
|
||||
case name
|
||||
when 'Valine'
|
||||
!=partial('includes/third-party/comments/valine', {}, {cache: true})
|
||||
when 'Twikoo'
|
||||
!=partial('includes/third-party/comments/twikoo', {}, {cache: true})
|
||||
when 'Waline'
|
||||
!=partial('includes/third-party/comments/waline', {}, {cache: true})
|
||||
when 'Artalk'
|
||||
!=partial('includes/third-party/comments/artalk', {}, {cache: true})
|
||||
Reference in New Issue
Block a user