projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8269d6
)
Adding Params to node for easy template access of page.params without throwing errors.
author
spf13
<steve.francia@gmail.com>
Wed, 9 Apr 2014 01:40:38 +0000
(21:40 -0400)
committer
spf13
<steve.francia@gmail.com>
Wed, 9 Apr 2014 01:40:38 +0000
(21:40 -0400)
hugolib/node.go
patch
|
blob
|
history
diff --git
a/hugolib/node.go
b/hugolib/node.go
index 44328ff191c67f624665c66dab8f2119bad0a575..fa60bb5186459338090bb3789342b7913ba7172f 100644
(file)
--- 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
}