chore: Place js under js folder in render
parent
51447b0ca1
commit
edc8d00a95
|
@ -6,7 +6,7 @@
|
|||
{{ partial "docscomments-content.html" . }}
|
||||
</div>
|
||||
|
||||
{{- $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 }}
|
||||
<script src="{{ $collapsiblejs.Permalink }}"></script>
|
||||
{{ else }}
|
||||
<p>Enable HUGO_ENV=production to see.</p>
|
||||
|
|
Reference in New Issue