mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Add field to glossary of terms
This commit is contained in:
@@ -93,6 +93,11 @@ To determine the current environment within a template, use the [`hugo.Environme
|
||||
|
||||
[`hugo.Environment`]: /functions/hugo/environment
|
||||
|
||||
###### field
|
||||
|
||||
A predefined key/value pair in front matter such as `date` or `title`. See also [parameter](#parameter).
|
||||
|
||||
|
||||
###### flag
|
||||
|
||||
An option passed to a command-line program, beginning with one or two hyphens. See [details](/commands/hugo/).
|
||||
@@ -227,7 +232,7 @@ The process of [paginating](#paginate) a [section](#section) list.
|
||||
|
||||
###### parameter
|
||||
|
||||
Typically, a user-defined key/value pair at the site or page level, but may also refer to a configuration setting or an [argument](#argument).
|
||||
Typically, a user-defined key/value pair at the site or page level, but may also refer to a configuration setting or an [argument](#argument). See also [field](#field).
|
||||
|
||||
###### partial
|
||||
|
||||
|
||||
Reference in New Issue
Block a user