mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Merge commit 'a024bc7d76fcc5e49e8210f9b0896db9ef21861a'
This commit is contained in:
5
docs/content/en/quick-reference/glossary/chain.md
Normal file
5
docs/content/en/quick-reference/glossary/chain.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
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`.
|
Reference in New Issue
Block a user