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