hugo: Breaking API-change re Author

From my own site:

ERROR: 2016/09/17 14:38:27 general.go:212: Error while rendering taxonomy category rss: template: _default/rss.xml:7:54: executing "_default/rss.xml" at <.Site.Author.email>: can't evaluate field Author in type *hugolib.SiteInfo
ERROR: 2016/09/17 14:38:27 general.go:212: Error while rendering taxonomy tag rss: template: _default/rss.xml:7:54: executing "_default/rss.xml" at <.Site.Author.email>: can't evaluate field Author in type *hugolib.SiteInfo
ERROR: 2016/09/17 14:38:27 general.go:212: Error while rendering section post rss: template: _default/rss.xml:7:54: executing "_default/rss.xml" at <.Site.Author.email>: can't evaluate field Author in type *hugolib.SiteInfo
ERROR: 2016/09/17 14:38:27 general.go:212: Error while rendering section page rss: template: _default/rss.xml:7:54: executing "_default/rss.xml" at <.Site.Author.email>: can't evaluate field Author in type *hugolib.SiteInfo
ERROR: 2016/09/17 14:38:27 general.go:212: Error while rendering homepage rss: template: _default/rss.xml:7:54: executing "_default/rss.xml" at <.Site.Author.email>: can't evaluate field Author in type *hugolib.SiteInfo

This needs to be fixed.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 22 (21 by maintainers)

Commits related to this issue

Most upvoted comments

Release Notes:

<blink>NOTICE: The .Site.Author API has changed.</blink>

😄