Adding Params to node for easy template access of page.params without throwing errors.
authorspf13 <steve.francia@gmail.com>
Wed, 9 Apr 2014 01:40:38 +0000 (21:40 -0400)
committerspf13 <steve.francia@gmail.com>
Wed, 9 Apr 2014 01:40:38 +0000 (21:40 -0400)
hugolib/node.go

index 44328ff191c67f624665c66dab8f2119bad0a575..fa60bb5186459338090bb3789342b7913ba7172f 100644 (file)
@@ -26,6 +26,7 @@ type Node struct {
        Title       string
        Description string
        Keywords    []string
+       Params      map[string]interface{}
        Date        time.Time
        UrlPath
 }