alex-shpak / hugo-book

Hugo documentation theme as simple as plain book
https://hugo-book-demo.netlify.app
MIT License
3.45k stars 1.18k forks source link

.Sites.First was deprecated #645

Closed orsinium closed 1 month ago

orsinium commented 2 months ago

When building a hugo-book-powered website with hugo 0.133.0:

WARN  deprecated: .Sites.First was deprecated in Hugo v0.127.0 and will be removed in a future release. Use .Sites.Default instead.

I believe it concerns the layouts/partials/docs/brand.html file.

ShaunaGordon commented 2 months ago

There's a PR already for it, it just needs merged in by the maintainer - #622

alex-shpak commented 1 month ago

Fixed via #653