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.