diff --git a/site.go b/site.go index ff61679..925ece7 100644 --- a/site.go +++ b/site.go @@ -14,6 +14,7 @@ type Site struct { URLs []string `toml:"urls"` Tasks []*Task `toml:"tasks"` Feeds map[string]string `toml:"feeds"` + Params map[string]string `toml:"params"` Permalinks map[string]string `toml:"permalinks"` permalinks map[string]*template.Template templates Templates