mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 04:46:05 -04:00
actually fix index function link this time
This commit is contained in:
parent
f47d6f1e31
commit
b20dba1255
@ -357,7 +357,7 @@ The following two examples are functionally the same:
|
|||||||
|
|
||||||
### Example 2: `index`
|
### Example 2: `index`
|
||||||
|
|
||||||
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:
|
The following accesses the page parameter called "disqus_url" and escapes the HTML. This example also uses the [`index` function](/functions/index-function/), which is built into Go Templates:
|
||||||
|
|
||||||
```go-html-template
|
```go-html-template
|
||||||
{{ index .Params "disqus_url" | html }}
|
{{ index .Params "disqus_url" | html }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user