jhvanderschee / jhvanderschee/hugobricks
.Site.Data and .Site.Languages deprecated in Hugo v0.156
Open
bug
- Dominant language
- HTML
- Stars
- 156
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
When running `hugo` from within this example project, I get the following warnings:
```
WARN deprecated: .Site.Data was deprecated in Hugo v0.156.0 and will be removed in a future release. Use hugo.Data instead.
WARN deprecated: .Site.Languages was deprecated in Hugo v0.156.0 and will be removed in a future release. See https://discourse.gohugo.io/t/56732.
```
I get the same warnings also in my project, I think it's best to update this themes code before it not only deprecated but removed altogether.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.