aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/page/page_data.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources/page/page_data.go')
-rw-r--r--resources/page/page_data.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/page/page_data.go b/resources/page/page_data.go
index 3345a44da..a7806438a 100644
--- a/resources/page/page_data.go
+++ b/resources/page/page_data.go
@@ -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.