mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Adding Params to node for easy template access of page.params without throwing errors.
This commit is contained in:
parent
c8269d6dbc
commit
bd022534bc
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ type Node struct {
|
|||
Title string
|
||||
Description string
|
||||
Keywords []string
|
||||
Params map[string]interface{}
|
||||
Date time.Time
|
||||
UrlPath
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue