gitalk Fixed

This commit is contained in:
Cookiekira 2021-09-12 22:15:16 +08:00
parent 00bba4bbd5
commit c6ce50fdcc
2 changed files with 1 additions and 3 deletions

View File

@ -51,7 +51,7 @@ params:
comments: comments:
enabled: true enabled: true
provider: disqusjs provider: disqus
disqusjs: disqusjs:
shortname: shortname:
@ -117,7 +117,6 @@ params:
repo: repo:
clientID: clientID:
clientSecret: clientSecret:
id: location.pathname, # Ensure uniqueness and length less than 50
widgets: widgets:
enabled: enabled:

View File

@ -18,7 +18,6 @@ features = [
"darkmode", "darkmode",
"table of contents", "table of contents",
"search", "search",
"gitalk",
] ]
min_version = "0.78.0" min_version = "0.78.0"