mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
Adding Params to node for easy template access of page.params without throwing errors.
This commit is contained in:
@@ -26,6 +26,7 @@ type Node struct {
|
||||
Title string
|
||||
Description string
|
||||
Keywords []string
|
||||
Params map[string]interface{}
|
||||
Date time.Time
|
||||
UrlPath
|
||||
}
|
||||
|
Reference in New Issue
Block a user