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
- Use new `.Authors` instead of deprecated `.Author` This fixes the breaking change introduced by https://github.com/spf13/hugo/issues/2464 — committed to phil-opp/blog_os by phil-opp 8 years ago
- Use new `.Authors` instead of deprecated `.Author` (#216) This fixes the breaking change introduced by https://github.com/spf13/hugo/issues/2464 — committed to phil-opp/blog_os by phil-opp 8 years ago
- Use new `.Authors` instead of deprecated `.Author` (#216) This fixes the breaking change introduced by https://github.com/spf13/hugo/issues/2464 — committed to theseus-os/Theseus by phil-opp 8 years ago
- Revert the "standardize author data" There were some breaking changes etc. that is too late to fix for 0.17. Let us think this through and add proper author support for Hugo 0.18. Fixes #2464 Reve... — committed to tychoish/hugo by bep 8 years ago
Release Notes:
😄