From 964a2e5f1a6d0695deb7fb740a3448fa9f1d6d3c Mon Sep 17 00:00:00 2001 From: mei Date: Sun, 9 Feb 2025 17:36:39 +0800 Subject: [PATCH] update(comment): add about page comment --- _config.fluid.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.fluid.yml b/_config.fluid.yml index 4eb41bb..dd7cb46 100644 --- a/_config.fluid.yml +++ b/_config.fluid.yml @@ -1120,11 +1120,11 @@ links: # 评论插件 # Comment plugin comments: - enable: false + enable: true # 指定的插件,需要同时设置对应插件的必要参数 # The specified plugin needs to set the necessary parameters at the same time # Options: utterances | disqus | gitalk | valine | waline | changyan | livere | remark42 | twikoo | cusdis | giscus | discuss - type: disqus + type: utterances #---------------------------