From 52bf730082407c082843cf0ed38809a9c364c3b0 Mon Sep 17 00:00:00 2001 From: HEIGE-PCloud Date: Thu, 14 Oct 2021 20:46:41 +0100 Subject: [PATCH] chore: turn off sponsor settings for exampleSite --- exampleSite/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index f594f78ca..ab024d3b9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -259,7 +259,7 @@ enableEmoji = true prefix = "https://mastodon.technology/" # Sponsor config [languages.en.params.sponsor] - enable = true + enable = false bio = "If you find this post helpful, please consider sponsoring." link = "https://github.com/sponsors/HEIGE-PCloud" # custom = "\"Buy" @@ -496,7 +496,7 @@ enableEmoji = true RSS = true # 赞助设置 [languages.zh-cn.params.sponsor] - enable = true + enable = false bio = "如果你觉得这篇文章对你有所帮助,欢迎赞赏~" link = "https://github.com/sponsors/HEIGE-PCloud" # custom = "\"Buy" @@ -905,7 +905,7 @@ enableEmoji = true # Sponsor config # 赞助设置 [params.sponsor] - enable = true + enable = false bio = "If you find this post helpful, please consider sponsoring." link = "https://github.com/sponsors/HEIGE-PCloud" # custom = "\"Buy"