From 509868576381eb2c6b73d141cedab6fd8b33b0bf Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 29 Apr 2024 23:53:21 +0800 Subject: [PATCH] :wrench: Chore: update Gravatar host list --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 29d7a6a6..6a5e5675 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1074,7 +1074,7 @@ enableEmoji = true # FixIt 0.2.18 | NEW Depends on the author's email, if the author's email is not set, the local avatar will be used enable = false # Gravatar host, default: "www.gravatar.com" - host = "www.gravatar.com" # ["cn.gravatar.com", "gravatar.loli.net", ...] + host = "www.gravatar.com" # ["cravatar.cn", "gravatar.loli.net", ...] style = "" # ["", "mp", "identicon", "monsterid", "wavatar", "retro", "blank", "robohash"] # FixIt 0.2.16 | NEW Back to top