This repository has been archived on 2022-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-11-30 13:55:02 -05:00
|
|
|
{{ if not .Site.Params.disableDocsComments }}
|
|
|
|
{{ if not .Page.Params.disableDocsComments }}
|
|
|
|
{{ if hugo.IsProduction }}
|
|
|
|
<button type="button" class="collapsible">Expand</button>
|
|
|
|
<div class="collapsible_content">
|
|
|
|
{{ partial "docscomments-content.html" . }}
|
|
|
|
</div>
|
|
|
|
|
2021-12-01 09:31:53 -05:00
|
|
|
{{- $collapsiblejs := resources.Get "/js/collapsible.js" | js.Build "/js/collapsible.js" | minify | fingerprint }}
|
2021-11-30 13:55:02 -05:00
|
|
|
<script src="{{ $collapsiblejs.Permalink }}"></script>
|
|
|
|
{{ else }}
|
|
|
|
<p>Enable HUGO_ENV=production to see.</p>
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|