docs: Document site params

This commit is contained in:
adnano 2021-06-26 15:10:08 -04:00
parent 4c3422c93a
commit 324e74866e

View file

@ -179,6 +179,8 @@ The following keys are supported:
: Site title : Site title
| urls | urls
: A list of site 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 contain paths, but should not end with a trailing slash. Multiple
site URLs may be specified for sites that are available at multiple locations. site URLs may be specified for sites that are available at multiple locations.
@ -618,6 +620,8 @@ func main() {
: The title of the site. : The title of the site.
| URLs | URLs
: The URLs of the site. : The URLs of the site.
| Params
: Extra parameters specified in configuration.
To configure these variables, see *CONFIGURATION*. To configure these variables, see *CONFIGURATION*.