From b494a8d8d8d01d6655e4844e5a8d502e128a223c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 29 Dec 2023 10:40:47 +0100 Subject: [PATCH] Update js.md --- content/en/hugo-pipes/js.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/hugo-pipes/js.md b/content/en/hugo-pipes/js.md index c9366ce8a..7ec117960 100644 --- a/content/en/hugo-pipes/js.md +++ b/content/en/hugo-pipes/js.md @@ -26,6 +26,9 @@ targetPath Note that the target path's extension may change if the target MIME type is different, e.g. when the source is TypeScript. params + +{{< new-in "0.96.0" >}} + : (`map` or `slice`) Params that can be imported as JSON in your JS files, e.g.: ```go-html-template