Merge pull request 'Disable comment function.' (#2) from disable-comment into main
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
Reviewed-on: #2
This commit is contained in:
commit
8db41cc7e5
|
@ -328,11 +328,11 @@ theme = "DoIt"
|
|||
Trello = true
|
||||
# Comment config
|
||||
[params.page.comment]
|
||||
enable = true
|
||||
enable = false
|
||||
# Disqus comment config
|
||||
[params.page.comment.disqus]
|
||||
#
|
||||
enable = true
|
||||
enable = false
|
||||
# Disqus shortname to use Disqus in posts
|
||||
shortname = "blog-kazu634"
|
||||
# Third-party library config
|
||||
|
|
|
@ -328,11 +328,11 @@ theme = "DoIt"
|
|||
Trello = true
|
||||
# Comment config
|
||||
[params.page.comment]
|
||||
enable = true
|
||||
enable = false
|
||||
# Disqus comment config
|
||||
[params.page.comment.disqus]
|
||||
#
|
||||
enable = true
|
||||
enable = false
|
||||
# Disqus shortname to use Disqus in posts
|
||||
shortname = "blog-kazu634"
|
||||
# Third-party library config
|
||||
|
|
Loading…
Reference in New Issue