fix(stellar-artalk): bump version, fix site name escape (#452)

This commit is contained in:
TianLun Song 2024-05-09 20:59:55 +08:00 committed by GitHub
parent a2e257f80a
commit 8004411a56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -250,8 +250,8 @@ comments:
# Artalk
# https://artalk.js.org/
artalk:
css: https://unpkg.com/artalk@2.7/dist/Artalk.css
js: https://unpkg.com/artalk@2.7/dist/Artalk.js
css: https://unpkg.com/artalk@2.8.5/dist/Artalk.css
js: https://unpkg.com/artalk@2.8.5/dist/Artalk.js
server: # 后端服务地址
placeholder: ''
darkMode: auto

View File

@ -14,7 +14,7 @@
pageTitle: '<%= page.title %>',
server: '<%= theme.comments.artalk.server %>',
placeholder: '<%= theme.comments.artalk.placeholder %>',
site: '<%= config.title %>',
site: "<%- config.title %>",
darkMode: '<%= theme.comments.artalk.darkMode %>'
})
});