mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-23 18:51:10 +00:00
docs: Document site params
This commit is contained in:
parent
4c3422c93a
commit
324e74866e
|
@ -179,6 +179,8 @@ The following keys are supported:
|
|||
: Site title
|
||||
| urls
|
||||
: A list of site URLs
|
||||
| params
|
||||
: Extra parameters made available to templates
|
||||
|
||||
Site URLs may contain paths, but should not end with a trailing slash. Multiple
|
||||
site URLs may be specified for sites that are available at multiple locations.
|
||||
|
@ -618,6 +620,8 @@ func main() {
|
|||
: The title of the site.
|
||||
| URLs
|
||||
: The URLs of the site.
|
||||
| Params
|
||||
: Extra parameters specified in configuration.
|
||||
|
||||
To configure these variables, see *CONFIGURATION*.
|
||||
|
||||
|
|
Loading…
Reference in a new issue