mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
6 lines
210 B
Markdown
6 lines
210 B
Markdown
---
|
|
title: chain
|
|
---
|
|
|
|
Within a template, to connect one or more [identifiers](g) with a dot. An identifier can represent a method, object, or field. For example, `.Site.Params.author.name` or `.Date.UTC.Hour`.
|