mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 01:30:18 -04:00
6 lines
228 B
Markdown
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`.
|