mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
Some godoc adjustments and image struct renames
This commit is contained in:
@@ -27,7 +27,7 @@ var (
|
||||
// here as it makes it easier to get an idea of "type coverage". These
|
||||
// implementations have no value on their own.
|
||||
|
||||
// Slice is not meant to be used externally. It's a bridge function
|
||||
// Slice is for internal use.
|
||||
func (p *pageState) Slice(items any) (any, error) {
|
||||
return page.ToPages(items)
|
||||
}
|
||||
|
Reference in New Issue
Block a user