Skip to content

Commit ec1ae47

Browse files
Add body config item of gitalk
1 parent 0d7a13d commit ec1ae47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

source/docs/third-party-services/comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ Gitalk is a modern comment component based on Github Issue and Preact.
133133
# If you want everyone visiting your site to see a uniform language, you can set a force language value
134134
# Available values: en | es-ES | fr | ru | zh-CN | zh-TW
135135
language:
136+
# If you want to customize the content of the initialized Issue, please edit the body parameter.
137+
# For example:
138+
# body: Comments for post ${title}, see ${url}
139+
body:
136140
```
137141

138142
{% note warning %}

0 commit comments

Comments
 (0)