From a15820cb3710e0221cd0d871b17da49b69c9e53e Mon Sep 17 00:00:00 2001 From: Wen Junhua Date: Sun, 26 Nov 2023 23:02:47 +0800 Subject: [PATCH] fix: fix warning --- layouts/partials/functions/warnings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/functions/warnings.html b/layouts/partials/functions/warnings.html index 90ccf79e6..3e58f20da 100644 --- a/layouts/partials/functions/warnings.html +++ b/layouts/partials/functions/warnings.html @@ -8,5 +8,5 @@ {{ warnf "[CONGO] Theme parameter `logo` has been renamed to `header.logo`. Please update your site configuration." }} {{ end }} {{ if .Author }} - {{ warnf "[CONGO] Theme parameter `.Site.author` in `languages.xx.toml` has been renamed to `.Site.Language.Params.Author` in `params.toml`. Please update your site configuration." }} + {{ warnf "[CONGO] Theme parameter `author` block in `languages.xx.toml` has been renamed to `.params.author`. Please update your site configuration." }} {{ end }}