Sabayon / sabayon-website-next

Sabayon next website
https://next.sabayon.org
5 stars 3 forks source link

RSSlink breaks rendering #56

Open Ryuno-Ki opened 7 years ago

Ryuno-Ki commented 7 years ago
$ hugo server -w --theme=sabayon-website-next-theme
WARNING: Site config's rssURI is deprecated and will be removed in a future release. Set baseName in outputFormats.RSS.
Started building sites ...               
ERROR 2017/09/21 22:11:21 Error while rendering "page": template: theme/_default/single.html:4:11: executing "theme/_default/single.html" at <partial "meta.html" ...>: error calling partial: template: partials/meta.html:9:6: executing "partials/meta.html" at <.RSSlink>: can't evaluate field RSSlink in type *hugolib.PageOutput
ERROR 2017/09/21 22:11:21 Error while rendering "page": template: theme/release/single.html:4:11: executing "theme/release/single.html" at <partial "meta.html" ...>: error calling partial: template: partials/meta.html:9:6: executing "partials/meta.html" at <.RSSlink>: can't evaluate field RSSlink in type *hugolib.PageOutput
ERROR 2017/09/21 22:11:21 Error while rendering "page": template: theme/article/single.html:4:11: executing "theme/article/single.html" at <partial "meta.html" ...>: error calling partial: template: partials/meta.html:9:6: executing "partials/meta.html" at <.RSSlink>: can't evaluate field RSSlink in type *hugolib.PageOutput
ERROR 2017/09/21 22:11:21 Error while rendering "taxonomy": template: theme/indexes/tag.html:4:11: executing "theme/indexes/tag.html" at <partial "meta.html" ...>: error calling partial: template: partials/meta.html:9:6: executing "partials/meta.html" at <.RSSlink>: can't evaluate field RSSlink in type *hugolib.PageOutput
ERROR 2017/09/21 22:11:21 Error while rendering "taxonomy": template: theme/indexes/category.html:4:11: executing "theme/indexes/category.html" at <partial "meta.html" ...>: error calling partial: template: partials/meta.html:9:6: executing "partials/meta.html" at <.RSSlink>: can't evaluate field RSSlink in type *hugolib.PageOutput
ERROR 2017/09/21 22:11:21 Error while rendering "home": template: index.html:4:11: executing "index.html" at <partial "meta.html" ...>: error calling partial: template: partials/meta.html:9:6: executing "partials/meta.html" at <.RSSlink>: can't evaluate field RSSlink in type *hugolib.PageOutput
ERROR 2017/09/21 22:11:21 Error while rendering "404": template: theme/404.html:12:14: executing "theme/404.html" at <.RSSlink>: can't evaluate field RSSlink in type *hugolib.PageOutput
Ryuno-Ki commented 7 years ago

See https://discourse.gohugo.io/t/solved-upgraded-to-v-0-21-cant-evaluate-field-rsslink/6870