mirror of https://github.com/gohugoio/hugo
228 B
228 B
title |
---|
chain |
To chain is to connect one or more identifiers with a dot. An identifier can represent a method, object, or field. For example, .Site.Params.author.name
or .Date.UTC.Hour
.