mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-31 10:42:38 +00:00
Fix typo
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
ad4210c411
commit
9d7a2366d3
@@ -105,7 +105,7 @@ import * as data from 'my/module/data.json';
|
||||
Also note the new `params` option that can be passed from template to 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