From 4c3422c93a71923b0320bcd4be131961b11316ef Mon Sep 17 00:00:00 2001 From: adnano Date: Sat, 26 Jun 2021 02:09:55 -0400 Subject: [PATCH] Support [params] in site config --- site.go | 1 + 1 file changed, 1 insertion(+) 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