Skip to content

Commit

Permalink
fix: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jh123x committed Nov 26, 2023
1 parent 8a8ae76 commit a15820c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/functions/warnings.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a15820c

Please sign in to comment.