mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
Fix typo
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c88bc03830
commit
ad4210c411
@@ -27,7 +27,7 @@ params [map or slice] {{< new-in "0.78.0" >}}
|
||||
: Params that can be imported as JSON in your JS files, e.g.:
|
||||
|
||||
```go-html-template
|
||||
{{ $js := resources.Get "js/main.js" | js.Build (dict "params" (dict "api" "https://example.org/api" ) }}
|
||||
{{ $js := resources.Get "js/main.js" | js.Build (dict "params" (dict "api" "https://example.org/api")) }}
|
||||
```
|
||||
And then in your JS file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user