karsttech.com/layouts/partials/extend-footer.html

4 lines
299 B
HTML
Raw Permalink Normal View History

{{ if and .TableOfContents (not (.Params.disableToc | default false)) }}
2025-04-03 16:10:58 -04:00
{{ $tocHighlight := resources.Get "js/toc-highlight.js" | js.Build | fingerprint }}
<script src="{{ $tocHighlight.RelPermalink }}" integrity="{{ $tocHighlight.Data.Integrity }}" crossorigin="anonymous"></script>
{{ end }}