]> git.maquefel.me Git - brevno-suite/hugo/commit
hugolib: Conditionally suppress .Site.Author deprecation notice
authorJoe Mooring <joe.mooring@veriphor.com>
Fri, 22 Mar 2024 20:02:56 +0000 (13:02 -0700)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 26 Mar 2024 09:28:03 +0000 (10:28 +0100)
commite1917740afe3fd08d1948947e25eff55e2c10d98
treecaa3e6b4e2cd72601ac7048fd89832627fbd6d08
parent27414d43a07026fe94f0e3c5ca3e69a4b1c8f2e4
hugolib: Conditionally suppress .Site.Author deprecation notice

Suppress the .Site.Author deprecation notice unless the Author key
is present and not empty in the site configuration.

Closes #12297
hugolib/site_new.go