Add field to glossary of terms

This commit is contained in:
Joe Mooring
2023-12-02 09:25:07 -08:00
committed by GitHub
parent 3191e35b43
commit b57ea5ac89
+6 -1
View File
@@ -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