diff --git a/hugolib/node.go b/hugolib/node.go index 44328ff19..fa60bb518 100644 --- a/hugolib/node.go +++ b/hugolib/node.go @@ -26,6 +26,7 @@ type Node struct { Title string Description string Keywords []string + Params map[string]interface{} Date time.Time UrlPath }