1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-21 06:56:20 +02:00

Support [params] in site config

This commit is contained in:
Adnan Maolood 2021-06-26 02:09:55 -04:00
parent 0599405c32
commit df8dc102ae

View File

@ -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