mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
@@ -28,7 +28,6 @@ var (
|
||||
// implementations have no value on their own.
|
||||
|
||||
// Slice is not meant to be used externally. It's a bridge function
|
||||
// for the template functions. See collections.Slice.
|
||||
func (p *pageState) Slice(items interface{}) (interface{}, error) {
|
||||
return page.ToPages(items)
|
||||
}
|
||||
|
Reference in New Issue
Block a user