Adding Params to node for easy template access of page.params without throwing errors.

This commit is contained in:
spf13 2014-04-08 21:40:38 -04:00
parent c8269d6dbc
commit bd022534bc

View file

@ -26,6 +26,7 @@ type Node struct {
Title string
Description string
Keywords []string
Params map[string]interface{}
Date time.Time
UrlPath
}