【发布时间】:2017-07-10 02:27:53
【问题描述】:
我尝试向我的theme/partials/footer.html 模板添加一个新属性,并将该属性添加到我的/config.toml 文件中,但我不断收到错误消息:
ERROR: 2017/07/09 template: theme/partials/footer.html:16:40: executing "theme/partials/footer.html" at <.Site.CopyrightStart...>: CopyrightStartYear is not a field of struct type *hugolib.SiteInfo in theme/partials/footer.html
来自我的部分模板文件的示例:
<span>© {{.Site.copyrightStartYear}}</span>
【问题讨论】: