mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
@@ -21,7 +21,7 @@ import (
|
||||
|
||||
// Data represents the .Data element in a Page in Hugo. We make this
|
||||
// a type so we can do lazy loading of .Data.Pages
|
||||
type Data map[string]interface{}
|
||||
type Data map[string]any
|
||||
|
||||
// Pages returns the pages stored with key "pages". If this is a func,
|
||||
// it will be invoked.
|
||||
|
Reference in New Issue
Block a user