diff options
Diffstat (limited to 'docs/content/en/functions/index-function.md')
-rw-r--r-- | docs/content/en/functions/index-function.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/index-function.md b/docs/content/en/functions/index-function.md index e5ba47262..b2193c9c5 100644 --- a/docs/content/en/functions/index-function.md +++ b/docs/content/en/functions/index-function.md @@ -68,7 +68,7 @@ location = "oslo" The content of `oslo.toml` can be accessed from your template using the following node path: `.Site.Data.locations.oslo`. However, the specific file you need is going to change according to the front matter. -This is where the `index` function is needed. `index` takes 2 parameters in this use case: +This is where the `index` function is needed. `index` takes 2 arguments in this use case: 1. The node path 2. A string corresponding to the desired data; e.g.— |