matrix-spec/layouts/_partials/hooks/body-end.html

13 lines
399 B
HTML
Raw Normal View History

{{/*
This template is included at the end of each page's `<body>`.
We're using it here to highlight and scroll the ToC in the sidebar to match
the place we are at in the document.
*/}}
{{ $toc := resources.Get "js/toc.js" -}}
<script defer src="{{ $toc.RelPermalink }}"></script>
{{ $versions := resources.Get "js/versions.js" -}}
<script defer src="{{ $versions.RelPermalink }}"></script>