From edc8d00a958d16a6c92e28f005fd6a72fdd5a186 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 1 Dec 2021 09:31:53 -0500 Subject: [PATCH] chore: Place js under js folder in render --- layouts/partials/docscomments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/docscomments.html b/layouts/partials/docscomments.html index aaae508..41f900d 100644 --- a/layouts/partials/docscomments.html +++ b/layouts/partials/docscomments.html @@ -6,7 +6,7 @@ {{ partial "docscomments-content.html" . }} -{{- $collapsiblejs := resources.Get "/js/collapsible.js" | js.Build "collapsible.js" | minify | fingerprint }} +{{- $collapsiblejs := resources.Get "/js/collapsible.js" | js.Build "/js/collapsible.js" | minify | fingerprint }} {{ else }}

Enable HUGO_ENV=production to see.