Update glossary

This commit is contained in:
Joe Mooring
2023-10-24 18:03:34 -07:00
committed by GitHub
parent 5e9ecb2179
commit 0d62feed52
+4
View File
@@ -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
An 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).