mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Merge commit '3710a5ec7efe6baca6e452f43632c05d22bab3c4'
This commit is contained in:
@@ -92,6 +92,10 @@ Used within a [template action](#template-action), a function takes one or more
|
||||
|
||||
Metadata at the beginning of each content page, separated from the content by format-specific delimiters. See [details](/content-management/front-matter/).
|
||||
|
||||
### identifier
|
||||
|
||||
A string that represents a variable, method, object, or field. It must conform to Go's [language specification](https://go.dev/ref/spec#Identifiers), beginning with a letter or underscore, followed by zero or more letters, digits, or underscores.
|
||||
|
||||
### int
|
||||
|
||||
See [integer](#integer).
|
||||
|
Reference in New Issue
Block a user