1
0
Fork 0
hugo/docs/content/en/quick-reference/glossary/chain.md

6 lines
228 B
Markdown

---
title: chain
---
To _chain_ is to connect one or more [_identifiers_](g) with a dot. An identifier can represent a [_method_](g), [_object_](g), or [_field_](g). For example, `.Site.Params.author.name` or `.Date.UTC.Hour`.