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

11 lines
298 B
HTML
Raw Normal View History

{{/*
This template is included at the end of each page's `<body>`.
2024-11-12 23:52:24 +01:00
We're using it here to 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>