mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-12-28 14:40:16 +00:00
Support [params] in site config
This commit is contained in:
parent
53c715bdc2
commit
4c3422c93a
1
site.go
1
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
|
||||
|
|
Loading…
Reference in a new issue