mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 08:38:36 +01:00
11 lines
289 B
HTML
11 lines
289 B
HTML
{{/*
|
|
|
|
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>
|