Skip to content

Commit

Permalink
🐛 修复 Waline 参数 anonymous 报错
Browse files Browse the repository at this point in the history
  • Loading branch information
rama291041610 authored and zkqiang committed Mar 16, 2021
1 parent cb7adf5 commit b07b4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/comments/waline.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
requiredFields: <%- JSON.stringify(theme.waline.requiredFields || []) %>,
emojiCDN: "<%= theme.waline.emojiCDN %>",
emojiMaps: <%- JSON.stringify(theme.waline.emojiMaps) %>,
anonymous: <%= theme.waline.anonymous %>,
anonymous: <%= theme.waline.anonymous || 'null' %>,
});
});
});
Expand Down

0 comments on commit b07b4f5

Please sign in to comment.