From: spf13 Date: Wed, 9 Apr 2014 01:40:38 +0000 (-0400) Subject: Adding Params to node for easy template access of page.params without throwing errors. X-Git-Tag: v0.11~82 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bd022534;p=brevno-suite%2Fhugo Adding Params to node for easy template access of page.params without throwing errors. --- diff --git a/hugolib/node.go b/hugolib/node.go index 44328ff1..fa60bb51 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 }