Open shinguz opened 1 month ago
WARN deprecated: .Site.Author was deprecated in Hugo v0.124.0 and will be removed in a future release. Use taxonomies instead.
Found in:
hugo.toml: name = "Site Author" themes/hugo-theme-twenty-sixteen/README.md: name = "Site Author" themes/hugo-theme-twenty-sixteen/layouts/shortcodes/page-info.html:<h2>Site Authors Meta</h2> themes/hugo-theme-twenty-sixteen/layouts/shortcodes/page-info.html:{{ printf "%#v" .Site.Authors }} themes/hugo-theme-twenty-sixteen/layouts/shortcodes/page-info.html:<h2>Site Author Meta</h2> themes/hugo-theme-twenty-sixteen/layouts/shortcodes/page-info.html:{{ printf "%#v" .Site.Author }} themes/hugo-theme-twenty-sixteen/layouts/partials/debug-site-authors.html:<h2>All Site Authors</h2> themes/hugo-theme-twenty-sixteen/layouts/partials/debug-site-authors.html: {{ range $authorname, $author := .Site.Authors }} themes/hugo-theme-twenty-sixteen/layouts/partials/debug-site-authors.html:<h2>All Site Author</h2> themes/hugo-theme-twenty-sixteen/layouts/partials/debug-site-authors.html: {{ range $authorname, $author := .Site.Author }} themes/hugo-theme-twenty-sixteen/layouts/partials/debug-site-vars.html: <dt>.Site.Author:</dt><dd>{{ .Site.Author }}</dd> themes/hugo-theme-twenty-sixteen/layouts/_default/rss.xml: {{- with .Site.Author.email -}}<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}} themes/hugo-theme-twenty-sixteen/layouts/_default/rss.xml: {{- with .Site.Author.email -}}<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}} themes/hugo-theme-twenty-sixteen/layouts/_default/rss.xml: {{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
Found in: