mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
feat: add comment system
This commit is contained in:
parent
c2ebc78045
commit
eabd33f339
6 changed files with 50 additions and 11 deletions
|
@ -35,7 +35,7 @@ function initWaline() {
|
|||
el: '#waline',
|
||||
path: window.location.pathname.replace(/^\/([a-z]{2}(-[a-z]{2})?)\//, '/'),
|
||||
dark: 'auto',
|
||||
requiredMeta: ['nick'],
|
||||
requiredMeta: ['nick', 'mail'],
|
||||
highlighter: false,
|
||||
texRenderer: false,
|
||||
reaction: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue