diff options
author | Joe Mooring <[email protected]> | 2024-03-12 11:16:05 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-03-15 17:26:45 +0100 |
commit | d4d49e0f0ec53ef7e105c51b5c6fd198c86acb7e (patch) | |
tree | 886d5118def4fe3fe5bb5c293740d898be39b638 /config | |
parent | 78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e (diff) | |
download | hugo-d4d49e0f0ec53ef7e105c51b5c6fd198c86acb7e.tar.gz hugo-d4d49e0f0ec53ef7e105c51b5c6fd198c86acb7e.zip |
hugolib: Deprecate site methods Author, Authors, and Social
Closes #12228
Diffstat (limited to 'config')
-rw-r--r-- | config/allconfig/allconfig.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/allconfig/allconfig.go b/config/allconfig/allconfig.go index 590f2ba60..3a7908d55 100644 --- a/config/allconfig/allconfig.go +++ b/config/allconfig/allconfig.go @@ -103,9 +103,11 @@ type Config struct { RootConfig // Author information. + // Deprecated: Use taxonomies instead. Author map[string]any // Social links. + // Deprecated: Use .Site.Params instead. Social map[string]string // The build configuration section contains build-related configuration options. |