matrix-spec/layouts/partials/hooks/body-end.html
Kévin Commaille f1cad5bf3d
Update docs of body-end partial
The ToC is now generated by Hugo.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-11-07 17:24:08 +01:00

13 lines
305 B
HTML

{{/*
This template is included at the end of each page's `<body>`.
We're using it here to:
1) highlight and scroll the ToC in the sidebar to match the place we are at
in the document.
*/}}
<script defer language="javascript" type="text/javascript" src="{{ "js/toc.js" | relURL }}"></script>