The `type` attribute is not needed when the content is JavaScript, and the `language` attribute is deprecated. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
10 lines
289 B
HTML
10 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>
|