mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
fix link to the index function
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
1eab0cbeaa
commit
dc82309b96
@@ -357,7 +357,7 @@ The following two examples are functionally the same:
|
||||
|
||||
### Example 2: `index`
|
||||
|
||||
The following accesses the page parameter called "disqus_url" and escapes the HTML. This example also uses the [`index` function][index], which is built into Go Templates:
|
||||
The following accesses the page parameter called "disqus_url" and escapes the HTML. This example also uses the [`index` function][index-function], which is built into Go Templates:
|
||||
|
||||
```go-html-template
|
||||
{{ index .Params "disqus_url" | html }}
|
||||
|
||||
Reference in New Issue
Block a user