Disable comment function.

This commit is contained in:
Kazuhiro MUSASHI 2024-07-20 11:17:47 +09:00
parent 6033b765bf
commit 049c5980b8
2 changed files with 4 additions and 4 deletions

View File

@ -328,11 +328,11 @@ theme = "DoIt"
Trello = true Trello = true
# Comment config # Comment config
[params.page.comment] [params.page.comment]
enable = true enable = false
# Disqus comment config # Disqus comment config
[params.page.comment.disqus] [params.page.comment.disqus]
# #
enable = true enable = false
# Disqus shortname to use Disqus in posts # Disqus shortname to use Disqus in posts
shortname = "blog-kazu634" shortname = "blog-kazu634"
# Third-party library config # Third-party library config

View File

@ -328,11 +328,11 @@ theme = "DoIt"
Trello = true Trello = true
# Comment config # Comment config
[params.page.comment] [params.page.comment]
enable = true enable = false
# Disqus comment config # Disqus comment config
[params.page.comment.disqus] [params.page.comment.disqus]
# #
enable = true enable = false
# Disqus shortname to use Disqus in posts # Disqus shortname to use Disqus in posts
shortname = "blog-kazu634" shortname = "blog-kazu634"
# Third-party library config # Third-party library config